<?php $mysqli=@new mysqli('localhost','root','root'); $mysqli->select_db('secondclass'); $mysqli->set_charset('utf-8');$sql=<<<EQFCREATE TABLE IF NOT EXISTS mysqli(id TINYINT UNSIGNED AUTO_INCREMENT KEY,username VARCHAR(45) NOT SQLITE3_NULL ); EOF; $res=$mysqli->query($sql); var_dump($res);?>
問(wèn)一下,為什么提示我Parse error: syntax error, unexpected end of file
慕運(yùn)維6045466
2019-03-01 20:11:13