@Louis guestbook琛ㄥ崟鍒涘缓澶辫触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 'guestbook(id mediumint(8) unsigned not null auto_increment, time int(10) not nul' at line 1查询数据错误:Table 'u733388657_banm.guestbook' doesn't exist
id mediumint(8) unsigned not null auto_increment,
time int(10) not null,
content text( 10000) not null,
primary key(id)
)engine=myisam default charset=utf8 auto_increment=1";应该是这样的