I altered the code you gave me but it gave me this error message
INSERT INTO 'name and mail' set name="Justin", email="Brokenleg513@aim.com", date=NOW()
SQL query: Documentation
SELECT *
FROM `name and email`
WHERE 1
INSERT INTO 'name and mail'
SET name = "Justin",
email = "Brokenleg513@aim.com",
date = NOW( ) LIMIT 0 ,
30
MySQL said: Documentation
#1064 - 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 'INSERT INTO 'name and mail' set name="Justin", email="Brokenleg513@aim.com", dat' at line 3
I'm given the field names on the side and thats confusing me I think i'm support to fill in those fills instead of "justin" etc etc. Or is this process just for one single update. I hope you can help me clear some of this up
|