hawke
Power Member
- Nov 14, 2008
- 644
- 536
Anyone familiar with mysql that can give me an idea what is wrong with this error?
this is line 60 in the edit.php file:
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
/home/digitcom/public_html/xxxxxx/xxxxx/includes/callback/account/edit.php on line 60
this is line 60 in the edit.php file:
Code:
while ($row = mysql_fetch_array($result)) {