Hi all,
I am getting the following error trying to run the below code.
Warning: Supplied argument is not a valid MySQL result resource in C:\Inetpub\wwwroot\data_out.php on line 34
Line 33 - $result = mysql_query($sql);
Line 34 - while ($row = mysql_fetch_array($result)) {
I do not understand why it would not work.
You help is appreciated.
Thanks...
-CompuTurk