PHP出现错误 syntax error, unexpected end of file 的解决办法


PHP #php报错2014-04-03 13:34
代码调试的时候,出来了错误:


Parse error: syntax error, unexpected $end in E:\yige.org\index.php on line 111


原因:使用了短标签,<? ?>


解决方法:可以在php.ini中设置short_open_tag = On


完美解决了。

相关文章

粤ICP备11097351号-1