Hello, I keep getting the following error when trying to query the database to put the values into a table: Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\sismedia\admin\modules\orders_and_invoices\services\view.php on line 50 Below is the code:
Somewhere the query is failing, enable the error handling on the query to get a more detailed msg. $result=mysql_query($sql)or die(mysql_error()); Code (markup):