Hey guys please help me once again i have a problem with MySQL i'm trying to insert data but it's returning this error message
Here's MySQL query
I already tried this
Solution it didn't work
#1054 - Unknown column 's3nzo' in 'field list'
PHP Code:
INSERT INTO users (id, nick, firstname, lastname, age, country, city)
VALUES (NULL, s3nzo, Alexa, goodle, 12, USA, NY)
Solution it didn't work
Comment