Código PHP:
CREATE TABLE blog_noticias(
id INT( 4 ) NOT NULL AUTO_INCREMENT,
fecha DATE,
titulo varchar,
notice varchar
)
"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 ' notice varchar )' at line 1"
por que pasa esto?