Codice PHP:
INSERT INTO users ('id''username''password''e-mail'VALUES ('''user''pass''email@email.it'); 
Mi restituisce:
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 ''id', 'username', 'password', 'e-mail') VALUES ('', 'user', 'pass' at line 1
Come mai?

Sarà un errore stupido, ma non riesco proprio a trovarlo