Forum Moderators: coopster
"Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/content/r/y/a/ryanharper/html/login-exec.php on line 58"
line 58 is:
$qry="SELECT * FROM members WHERE login='$login' AND passwd='".md5($_POST['password'])"'AND is_approved = '1'";
i think it has to do with the AND is_approved area. thisis for a password protect page that needs admin approval
any help is greatly appreciated
thx
RH