Jump to content

[SOLVED] WHILE return 0 rows


Clinton

Recommended Posts

A query that executes but matches zero rows in the database does not produce an error in the code you posted. If you are getting an error at the mysql_fetch_array() it means your query failed to execute, either due to a database server problem, no database selected, or a syntax error in your query.

 

What is the actual error you are getting?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.