1.Parse error: syntax error, unexpected $end in D:\web\web\xxxxxx.php on line 34 且出错的行竟是在html代码处。
解决方法:开启php.ini 的short_open_tag = On或 把出错页面的<? 全替换为 <?php
喜欢这篇文章吗?
请订阅本站 RSS feed 或
1.Parse error: syntax error, unexpected $end in D:\web\web\xxxxxx.php on line 34 且出错的行竟是在html代码处。
解决方法:开启php.ini 的short_open_tag = On或 把出错页面的<? 全替换为 <?php
请订阅本站 RSS feed 或
回复 (0)