hello there,
im very new to this php malarky and have been asked if i would take a look at repairing a site that was recently messed with by the old coder.
i didnt make nor code this site and my skills are limited
ive managed to plod my way through using common sense and google but ive been stuck on the following error for almost a week now and we could really do with this being sorted to reopen up our community....
the error i recieve is as follows:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /homepages/2/d398538194/htdocs/headtohead/instellingen.inc on line 710
now the code on line 710 is
while ($row = mysql_fetch_row($result)) {
now from what i can guess i think its struggling to fetch the info from the row in the database table its pointing at....
if any1 can help me that would be brilliant..
i have error_reporting (-1) active at the top of the script and have tried multiple things to sort this issue but to no avail....
as i said im very new to php so any help would be greatly appreciated..
any ideas? need more info just ask :D