$sql=<<<EOF
INSERT user(username,password,email) values()……
EOF;
INTO省略是PDO特有的,还是insert [into]本身就可以省略?
mysql 本来就可以省略。