Jump to content

[SOLVED] hi need help..how to fix this error ""Warning:mysql_fetch_field(): supplied argu


xtops

Recommended Posts

The error means that your query failed and returned a FALSE value instead of a result resource. It has nothing to do with an installation problem (the forum section where you originally posted the thread.)

 

For troubleshooting, echo mysql_error(); right after the line with your mysql_query() statement to find out why the query failed. It is usually due to a syntax error in the query or that no database was selected.

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.