时间:2021-07-01 10:21:17 帮助过:10人阅读
PHP文件中插入了这个代码就会报错:
[16-Aug-2016 13:45:49 UTC] PHP Parse error: syntax error, unexpected 'active' (T_STRING), expecting ',' or ';' in /home/sunhbjaq/public_html/site/snippets/sidebar.php on line 17
当把class="active"去掉后就会恢复正常。
请问该如何解决?谢谢。(新手,请耐心回答,非常感谢!)
注:sidebar.php全文:
authorurl>">https://www.gxlcms.com/author()) ?>
https://www.gxlcms.com/authorintroduction()) ?>
在改写主题时,遇到了比较烦的问题:
PHP文件中插入了这个代码就会报错:
[16-Aug-2016 13:45:49 UTC] PHP Parse error: syntax error, unexpected 'active' (T_STRING), expecting ',' or ';' in /home/sunhbjaq/public_html/site/snippets/sidebar.php on line 17
当把class="active"去掉后就会恢复正常。
请问该如何解决?谢谢。(新手,请耐心回答,非常感谢!)
注:sidebar.php全文:
authorurl>">https://www.gxlcms.com/author()) ?>
https://www.gxlcms.com/authorintroduction()) ?>
你这是语法错误,请上代码谢谢。