老提示$tables[6];出错,可是这样定义数组有错吗???
include("header.php");
$tables[6];
$tables[0]="CREATE TABLE kitty (book_id tinyint(5) NOT NULL auto_increment,book_name varchar(50) NOT NULL, book_member varchar(50) NOT NULL,";
$tables[0].="book_publish varchar(100) NOT NULL,book_outtime date DEFAULT '0000-00-00' NOT NULL, book_sorter tinyint(4) NOT NULL,";
$tables[0].="book_number tinyint(4) NOT NULL,book_sotcks tinyint(4) NOT NULL,book_loss tinyint(4),";
$tables[0].="book_meno text,book_no varchar(100) NOT NULL,PRIMARY KEY (book_id),KEY book_id (book_id, book_name, book_member, book_publish, book_outtime, book_sorter),";
$tables[0].="UNIQUE book_id_2 (book_id),KEY book_no (book_no),UNIQUE book_no_2 (book_no))";