RE: [PHP] Using PHP to create tables?

2002-10-02 Thread Jay Blanchard
[snip] I've created a script that should create these tables, but in testing it, nothing happens - no tables are created. I wondering whether it's even possible to create these tables from php? ... So, I guess my question is: can I use php to accomplish these tasks, or do I have to have access to

Re: [PHP] Using PHP to create tables?

2002-10-02 Thread Andrew Brampton
It appears to me you are not actually executing the SQL you are storing in the varible. Did you accidently miss that out of your email? I would supply you with more information but I don't know how to use PostgreSQL, but since you are coding with it, I guess you should be able to figure out the

Re: [PHP] Using PHP to create tables?

2002-10-02 Thread Andre Dubuc
Hi Andrew, Oh, I feel SO stupid! I 'forgot' that line in my code! Sigh . . . I've just got a big serving of humble-pie! I probably would have stared at that code for hours without noticing it. Thanks! (btw, nice name, eh?) Regards, Andre On Wednesday 02 October 2002 09:53 am, Andrew