Hello John,

Wednesday, February 25, 2004, 6:26:41 PM, you wrote:

JTJ> Richard,
JTJ> Thanks. Should I still include the die ?

JTJ> $glquery = mysql_query($sql) or die("Invalid query: " . mysql_error());

It's up to you, I never do. It won't give you a very clean exit if an
error occurs.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to