php常见错误
2008 十月 1
1.Parse error: syntax error, unexpected $end in D:\web\web\xxxxxx.php on line 34 且出错的行竟是在html代码处。
解决方法:开启php.ini 的short_open_tag = On或 把出错页面的<? 全替换为 <?php
1.Parse error: syntax error, unexpected $end in D:\web\web\xxxxxx.php on line 34 且出错的行竟是在html代码处。
解决方法:开启php.ini 的short_open_tag = On或 把出错页面的<? 全替换为 <?php