heres the code, its not my real code btw lol
Code: Select all
if
mysql_affected_row >= 1;
$mail_status= "You have New Mail!
else
$mail_status = "You Have No New Mail!anyway basically, it wont set any variable, ive tried to do this on many projects and the outcome is the same
any ideas?