PHP Code:
<?php
include("config.php");
mysql_query("INSERT INTO numbers (phone) VALUES 'test'") or die (mysql_error());
?>
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 ''test'' at line 1
Wo liegt der Fehler?