----- Original Message ----- From: "Joe Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 9:16 AM
Subject: [PHP-DB] PHP 5 mysql_fetch_array problems



I'm hoping someone can help me with this.  I am having
problems with the mysql_fetch_array function in PHP
5.0.1 - the code listed below works fine with PHP
4.3.2.
[snip]
function fetchArray() {
return(@mysql_fetch_array($this->result));
}

First troubleshooting step is to remove the @, set error_reporting to E_ALL, and see if any errors, warnings, etc are shown.


---John Holmes...

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



Reply via email to