RE: [PHP] using a mysql temporary table.

2002-02-25 Thread Darren Gamble
Good day, I would have to dig around to find the appropriate note in the documentation, however I seem to recall reading that PHP's MySQL wrappers intentially prohibit a user from using semicolons- basically to prevent one's database from being hacked due to a poorly constructed query using user

Re: [PHP] using a mysql temporary table.

2002-02-25 Thread Jeff Bearer
DOH, I always figure it out after I post to the mailing list, the user didn't have create table privileges, that's why it didn't persist in my first attempt to do this with separate queries. On Mon, 2002-02-25 at 10:34, Jeff Bearer wrote: Hello, I'm trying to use a temporary table in mySQL