Error message list?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Jimbob
Forum Newbie
Posts: 2
Joined: Tue Nov 26, 2002 3:37 pm

Error message list?

Post by Jimbob »

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:

Code: Select all

$fields = mysql_list_fields($dbName, $tableName)
Alternatively, is there a list of PHP error messages (with explanations) anywhere?

Thanks,
Jon Crouch.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

there are several entries in the bug-list, e.g. http://bugs.php.net/bug.php?id=11765
maybe ne of them is helpful ;)
Post Reply