Parse error: syntax error, unexpected T_STRING in /home/mike/public_html/loginp.php on line 13
Line 13 reads like this:
$sql = SELECT FROM users WHERE name == "$username" AND pass == "$password";
what is the problem?
There are no syntax errors in the line above or below it.


LinkBack URL
About LinkBacks
Reply With Quote

