When I run my PHP/MYSQL program I get:
Warning: Supplied argument is not a valid MySQL result resource in c:\inetpub\wwwroot\intern\IT Requests\myself.php on line 34
this references the line with
$row=mysql_fetch_array($result)
and I get the same thing with
$nrows=mysql_num_rows($result)
I ran this program for the past two weeks and it has worked...I haven't touched the code, but all of a sudden this morning it won't work....
Does anyone have any idea why this is happening??? PLEASE HELP!!!