MySQL ha dicho:
You have an error in your SQL syntax near '/ tables for ABNEWS
CREATE TABLE PHP_News (
id tinyint(4) NOT NULL auto_in' at line 1
la tabla de datos .sql contiene esto:
// tables for ABNEWS
CREATE TABLE PHP_News (
id tinyint(4) NOT NULL auto_increment,
head varchar(120) default NULL,
user varchar(30) default NULL,
mail varchar(60) default NULL,
date varchar(20) default NULL,
time varchar(20) default NULL,
text text NOT NULL,
PRIMARY KEY (ID)
)
gracias de antemano
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)