当我运行此代码时,我收到一条消息:
function print_footer(){
global $file;
echo <<<EOT
<center>
<a href="$file?op=vote"> Vote </a> |
<a href="$file?op=admin"> Admin </a> |
<hr>
$copy; 2012, Shibbir Ahmed, All Rights Reserved.
</center>
</body>
</html>
EOT;
}
错误信息:
解析错误:语法错误,D:\xampp server\xampp\htdocs\practice\function.php 中出现意外 $end ...
这段 PHP 代码有什么问题?