Re: [PHP] DB Create Table help - using Pear DB

2006-07-12 Thread Ligaya Turmelle
Scott Heinrichs wrote: Hello all, This is the first time I have posted an issue to this forum, so please excuse in noob questions or statement. I am trying to create a table from a string that created by a DESCRIBE TABLE query... this is the generated string: CREATE TABLE 'users' ( 'username' v

Re: [PHP] DB Create Table help - using Pear DB

2006-07-12 Thread Jochem Maas
Scott Heinrichs wrote: > Hello all, > > This is the first time I have posted an issue to this forum, so please > excuse in noob questions or statement. I am trying to create a table > from a string that created by a DESCRIBE TABLE query... this is the > generated string: > > CREATE TABLE 'users'

Re: [PHP] DB Create Table help - using Pear DB

2006-07-11 Thread Scott Heinrichs
Jochem Maas wrote: Scott Heinrichs wrote: Hello all, This is the first time I have posted an issue to this forum, so please excuse in noob questions or statement. I am trying to create a table from a string that created by a DESCRIBE TABLE query... this is the generated string: CREATE TABLE

Re: [PHP] DB Create Table help - using Pear DB

2006-07-11 Thread tedd
At 5:05 PM -0700 7/11/06, Scott Heinrichs wrote: >Can anyone give me a solution If all else fails, use phpAdminMySQL to set up your tables. I seldom program it. tedd -- http://sperling.com http://ancientstones.

[PHP] DB Create Table help - using Pear DB

2006-07-11 Thread Scott Heinrichs
Hello all, This is the first time I have posted an issue to this forum, so please excuse in noob questions or statement. I am trying to create a table from a string that created by a DESCRIBE TABLE query... this is the generated string: CREATE TABLE 'users' ( 'username' varchar(120) NOT NULL pri