----- Original Message ----- From: "Joe Smith" <josmit2004@xxxxxxxxx>
To: <php-db@xxxxxxxxxxxxx>
Sent: Wednesday, August 25, 2004 9:16 AM
Subject: PHP 5 mysql_fetch_array problems
[snip]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.
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