Hi dear
this is the a big problem always come in my code
why this is with me
my script was running fine but shutdown my computer and start again this error come
i try to do every thing i past the backup but nothing its still same what is this problem can anybody now about this
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\a\login.php on line 19
this is error come in main site
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\a\display.php on line 133
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\a\display.php on line 6
Here is my code
Line No 6
while ($row=mysql_fetch_array($result)) {
Line No 133
mysql_free_result($result);