[thelist] php/MySql Help Please

Andrew Forsberg andrew at thepander.co.nz
Tue Oct 2 21:45:48 CDT 2001


>that doesn't work either, i'm afraid.
>
>in fact, die() isn't even called.
>
>no matter what i pass to die(), it doesn't happen.
>
>i'm thinking more towards a config issue...

That could mean the command actually did complete successfully. How 
about trying something really wrong like:

mysql_query("SELECT me FROM imaginary_table")
	or die(mysql_error());

or

mysql_query("SELECT me FROM imaginary_table")
	or die("<p>DOH!</p>");

-- 
Andrew Forsberg
---
the pander - http://thepander.co.nz/
uberNET - http://uber.net.nz/




More information about the thelist mailing list