[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

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

Re: [PHP] [NEWBIE] PHP General List Guide Other Good Stuff

2006-06-29 Thread Scott Heinrichs
This was listed in another thread but I think would be a great tool and online refference for any one who is programming in PHP and especially for NEWBIES. http://www.hudzilla.org/phpbook/ note: This is one of the best reads I have seen, both online and in print. On 6/29/06, Chris [EMAIL