problem polega na tym że mając zapytanie sql:
<?php $sql = "UPDATE user SET imie=\"$imie\", mail=\"$mail\", age=\"$age\", from=\"$from\", sign=\"$sign\" WHERE id=\"$id\""; ?>
Mysql zwraca błąd
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 'from='Sosnowiec', sign='Enemene
Dodam że pola w bazie są not null, a nawet po wypelnieniu wszystkich pol zwraca mi ten komunikat