$zapytanie = $baza->query("INSERT INTO klienci VALUES (null, '".$login."', sha1('".$haslo."'), '".$email."', now()") or die($baza->error);
otrzymuję komunikat:
Kod
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 '' at line 1
Może mi ktoś powiedzieć gdzie w owym zapytaniu zrobiłem błąd?
P.S.
Tam gdzie jest wartość null jest pole ID o polu auto_increment