I keep getting this damn error message from MySQL even though it
displays the correct results.

Here is the error...

Warning: Unable to jump to row 1 on MySQL result index 2 in
/blahblahblah/patient/display_search_results.php on line 39

Here is the code on line 39....

$d = mysql_result($result, $c, "id");

the field "id" is an auto_increment column.
$c is an exsisting row in the query, $result.

Any help?  Is there a way to tell MySQL to shut the hell up on certain
pages?

THanks!

Reply via email to