Posted by peter on 12/03/06 23:36
> while($data = mysql_fetch_array($result)) I have not used the mysqli class but try using $result->fetch_array() instead of the function You are using a class as the resource id instead of an actual resource id.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming