Kod
Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE username=Throx and user_password=207023ccb44feb4d7dadca005ce29a64' at line 1
Kod:
$login = $_POST["username"]; $haslo = $_POST["user_password"]; username=$login and user_password=$haslo") or die('Query failed: ' . mysql_error() . "<br />\n$sql");
Prosiłbym o pomoc w rozwiązaniu problemu.