![]() |
| ||
| mysql_fetch_array(): supplied argument is not a valid MySQL result resource This maybe an old chessnut to you old sweats but I am a newbie to this.. I getting this error:- mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\dsg\Mytest.php on line 9 the database is called Camsdb the table is called DBF the fields of which there are three 1) refid 2)Datfd 3)Datfd2 the database connects but if fails on line 9 This is the code: <?php Can someone help me as I am a real nubie to this connection lark Regards Trevor |
| ||
| Re: mysql_fetch_array(): supplied argument is not a valid MySQL result resource You have closed the while loop. while($row = mysql_fetch_array($result)); Notice the ; on the end. Remove this and you query should run. Regards, Alex. |
| ||
| Re: mysql_fetch_array(): supplied argument is not a valid MySQL result resource Thanks m8 for that now running sweet :-) I have found that when ever you get this error it is MYSQL shouting that something is wrong with one of three things 1) The name of your database is wrong 2) The syntax is wrong 3) Variable not set correctly Thanks for all your help I have since rewritten the code so that displays properly in a nice box arrangement <?phpthis is free to look at to get going for all those like me who were having problems getting started it save so much time when you do not have to reinvent the wheel..... |
| All times are GMT -4. The time now is 7:30 am. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC