這樣寫怎么不能結(jié)束啊??
$sql = <<<EOF
create table if not exists mysqli(
id tinyint unsigned primary key auto_increment,
username varchar(20) not null
);
EOF;
$sql = <<<EOF
create table if not exists mysqli(
id tinyint unsigned primary key auto_increment,
username varchar(20) not null
);
EOF;
舉報(bào)
2017-03-07
你的MySQL語(yǔ)句書寫正確,創(chuàng)建了一個(gè)mysqli表,
表結(jié)構(gòu):
你說(shuō)的結(jié)束是這樣嗎?示例代碼: