Hi all,

Do not use "||" instead of "or" !!!

Example:
$result = mysql_query("select now()") OR die (mysql_error());

-- 
Berthold


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

Reply via email to