When testing the system, I entered my email address and clicked "go" then the following message was shown.
Warning: Supplied argument is not a valid MySQL result resource in /home/severist/public_html/maillist/subscribe.php on line 84
Warning: Supplied argument is not a valid MySQL result resource in /home/severist/public_html/maillist/subscribe.php on line 86
Any Ideas?
this is the line that is giving me the problem in all the files.
while ($row = mysql_fetch_row($res))
Log in to post a comment.
When testing the system, I entered my email address and clicked "go" then the following message was shown.
Warning: Supplied argument is not a valid MySQL result resource in /home/severist/public_html/maillist/subscribe.php on line 84
Warning: Supplied argument is not a valid MySQL result resource in /home/severist/public_html/maillist/subscribe.php on line 86
Any Ideas?
this is the line that is giving me the problem in all the files.
while ($row = mysql_fetch_row($res))