when I run my page, and here is the code in line 25
- Code: Select all
mysql_query(INSERT INTO stats (name,email,fillies,colts,dwarfs,angels) VALUES($name,$email,$fillies,$colts,$dwarfs,$angels))
What am I doing wrong?
all the VARs are defined at the start of the page (will get them from a form laters)
the first () is the names of the rows in the table, the table name is stats and the values are from the VARs please help me
Jesper

