Hello, I am getting error on one of my website's page, its connected to database, i have tried checking database but its Ok, i also restored the old db but still the same issue. here is what i am getting. Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/softwares/downfile.php on line 50 here is what that downfile.php have on line 50 i am on cpanel/whm dedicated server, using mysql (5.0.85-community)
There is some problem with your query. You can use mysql_error() to print the errors in this way mysql_query($your_query) or die("Error in query: ".mysql_error()); Code (markup):