Error : Parse error: syntax error, unexpected $end
This question already has an answer here:
Problem is on 143rd line,.
You are closing php
2 times
so just remove ?>
from 143rd line
on line 132 you are closing the php code with '?>'. And then you continue without opening another '<?php'
.remove that line.
?>
if (isset($images->image_fulltext) and !empty($images->image_fulltext)) {
and because you have MANY unnecessary opening and closings of php sections, you must have many more similar errors...
链接地址: http://www.djcxy.com/p/69796.html下一篇: 错误:解析错误:语法错误,意外的$结束