This is my SQL query
INSERT INTO users (Username, Password, Email, Admin)
VALUES ($username, $encryptedpass, $email, 0)
I get this error
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 ' , , 0)' at line 2
Could you please explain where I am messing up, and how to fix it