warnings in PHP

1. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource

Troubleshoot: it means your info is wrong (table, db, etc.) or the result is empty (there is no data in the table) so check that.

0 comments:

Post a Comment