gpt4 book ai didi

php - 解析错误 : syntax error, 意外的 T_SL PHP heredoc

转载 作者:可可西里 更新时间:2023-11-01 13:36:30 24 4
gpt4 key购买 nike

我不断收到以下错误:

Parse error: syntax error, unexpected T_SL in /home/a4999406/public_html/willingLog.html on line 70

在下面的代码中(第一行是第 70 行):

        echo <<<END 
<form action = "willingLog.html" method="post"><pre>
First <input type="text" name="first" />
Last <input type="text" name="last" />
Email <input type="text" name="email" />
Username <input type="text" name="user_name" />
<input type="submit" value="AD RECORD" />
</pre></form>
END;

heredoc 似乎不起作用。我试过其他例子。

以下是文档类型标题。那里有什么问题吗?

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

最佳答案

查看复制粘贴,第一行的“END”一词后好像有一个空格字符:

'echo <<<END '

尝试去掉空格字符。谷歌搜索找到的答案。来源(链接现已失效):http://www.alexxoid.com/blog/dev/php-dev/php-parse-error-unexpected-t_sl.html

关于php - 解析错误 : syntax error, 意外的 T_SL PHP heredoc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11208725/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com