Hey guys,
I am getting the following errors:
Error 1:
--------------
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/flametid/public_html/ahit/config_inc.php on line 51
Here's what line 51 is: if((mktime(0,0,0,date("m"),date("d"),date("Y"))!=mysql_result($result,0,"date"))and(date(w)==0)){
--------------
Error 2:
--------------
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/flametid/public_html/ahit/signup.php on line 167
Here's what line 167 is: while($row = mysql_fetch_array($result1)){
--------------
I am very confused by what's going on and why it won't work.
Please help,
Thank you in advance;
-Andy M.
I am getting the following errors:
Error 1:
--------------
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/flametid/public_html/ahit/config_inc.php on line 51
Here's what line 51 is: if((mktime(0,0,0,date("m"),date("d"),date("Y"))!=mysql_result($result,0,"date"))and(date(w)==0)){
--------------
Error 2:
--------------
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/flametid/public_html/ahit/signup.php on line 167
Here's what line 167 is: while($row = mysql_fetch_array($result1)){
--------------
I am very confused by what's going on and why it won't work.
Please help,
Thank you in advance;
-Andy M.














