taekwondokid42
New Member
- Messages
- 268
- Reaction score
- 0
- Points
- 0
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.
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.