hallo,
ich hab so ein mysql_query gemacht.
da wollte ich dann eine tabelle "test" machen und in diese tabelle die spalte "test" das sah dann so aus:
PHP-Code:
mysql_query("CREATE TABLE News (ID);");
aber dann gibt der mir nur folgendes aus:
Warning: mysql_query(): 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 ')' at line 1 in C:\Programme\Jana2\html\neu\mysql\createtable.php on line 20
ist da irgendwas mit der klammer falsch??