Hvad er galt i denne her ?
HejsaJeg har lidt problemer med denne linie mysql error siger at jeg har en syntax error - og nu har jeg stirret mig blind på den. kan nogen mon hjælpe ?
if ($Submit){
mysql_query("INSERT INTO sony_spg (forh, telefon, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28)VALUES('$forh', '$telefon', '$textfield', '$textfield1', '$textfield2', '$textfield3', '$textfield4', '$textfield5', '$textfield6', '$textfield7', '$textfield8', '$textfield9', '$textfield10', '$textfield11', '$textfield12', '$textfield13', '$textfield14', '$textfield15', '$textfield16', '$textfield17', '$textfield18', '$textfield19', '$textfield20', '$textfield21', '$textfield22', '$textfield23', '$textfield24', '$textfield25', '$textfield26', '$textfield27')")OR DIE(mysql_error());
}