Error message list?
Posted: Wed Nov 27, 2002 12:46 pm
Hi.
Can anyone tell me why I might get this error message:
Warning: Unable to save MySQL query result in /blah/blah.php on line 123
Here is line 123:
Alternatively, is there a list of PHP error messages (with explanations) anywhere?
Thanks,
Jon Crouch.
Can anyone tell me why I might get this error message:
Warning: Unable to save MySQL query result in /blah/blah.php on line 123
Here is line 123:
Code: Select all
$fields = mysql_list_fields($dbName, $tableName)Thanks,
Jon Crouch.