No, Mitch, it means that a result index passed to a mysql result set parsing function isn't valid, usually caused by a result index=0 (which CAN be caused by a bad connection or any of a number of other reasons).
ASHBEN,
Post the code you are using that is causing the problem.
Try putting
print mysql_error();
after the query execution.