syntax error, unexpected $end Posted by admin 2011年9月4日 in 技术活 出现这样的错误,如果程序没问题的话,最可能的就是php.ini 里的short_open_tag = Off ,解决方法就是:short_open_tag = On 问题