Would appreciate if anyone could tell me what my error is.
I keep getting the following error in my code:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/public_html/xxx.com/test.php on line 23
This is the line that is giving me the trouble:
while (list($Order_No, $Item_No, $Item_Desc, $Email, $First, $Zip) = mysql_fetch_row($result))
{
There is no problem connecting to the database that I can tell.