PHP 引发有关 PHP 开始/结束字符之外的代码的错误
我有一个 PHP 页面不断引发错误
PHP Parse error: syntax error, unexpected '<' in /home/zach/public_html/date/giftsent1.php on line 30
有趣的是,第 30 行位于 HTML 中。它位于 PHP 结束字符 ( ?> ) 之后。
我已将代码添加到 Pastebin:
I have a PHP page that keeps raising the error
PHP Parse error: syntax error, unexpected '<' in /home/zach/public_html/date/giftsent1.php on line 30
The funny thing is, line 30 is in the HTML. It is after the PHP end characters ( ?> ).
I have added the code to Pastebin:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在第 18 行的查询中缺少结尾双引号:
You are missing the ending double quotes in the query on line 18: