Hello,
I am trying to learn Mysql, I have a little experience.
My question if i may is how can i get this to work, i have tried everything and have little hair left
Getting error with either way i try this
mysql_query (“CREATE TABLE votes (first INTEGER, sec INTEGER, third INTEGER) values(0,0,0)”) or die(mysql_error());
and
CREATE TABLE votes (first INTEGER, sec INTEGER, third INTEGER);
INSERT INTO votes (first, second, third) VALUES (0,0,0)
any help is greatly appreciated, Thanks in advance, Creig