On Fri, 6 Aug 2004 11:04, Justin Baiocchi wrote:

> Still no joy. The parse error actually refers to the --  if
> ($row["timeout"] IS NULL); --- line.

Please trim your replies.

IS NULL is for mysl - try if ($row["timeout"]=== NULL)
-- 
David Robley

Heads I win, tails you lose.

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

Reply via email to