Posted by Steve on 10/08/05 01:03
> $resultid = mysql_query ($query, $chan); > if (!$resultid) > die('Error getting position:' . mysql_error()); > $row = mysql_fetch_array($result); You must have error reporting turned off. Your MySQL result is $resultid, not $result. --- Steve
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming