Scusatemi potrebbe anche essere una cavolata ma che caspita di errore è questo?
Grazie mille a chi mi aiuta.
Errore
query SQL:
TABLE structure FOR TABLE `category` --
CREATE TABLE `category` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`category` varchar( 30 ) NOT NULL default '',
[qui mi segna l'errore] PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =9;
Messaggio di MySQL: http://www113.altervista.org/phpmyad...img/b_help.png
#1064 - 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 'Table structure for table `category`
CREATE TABLE `category` (