Hi
I am making a database of clients for a job.
My problem is i keep getting some unexpected T_STRING error, and i can't find the error myself so i thought you guys may could help me out on this one ๐
The error:
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\navn\tilfoj.php on line 46
Line 46 code:
mysql_query("INSERT INTO navne (fornavn, efternavn, firma, telefon, addresse, postnr, city)VALUES("$fornavn", "$efternavn", "$firma", "$telefon", "$addresse", "$postnr", "$city")");