gpt4 book ai didi

php - 语法错误,意外的 T_GOTO,期待 T_STRING

转载 作者:行者123 更新时间:2023-12-04 20:37:27 25 4
gpt4 key购买 nike

我将我的网站移到了另一个主机上。之前的php版本是5.2,现在是5.3当我登录我的网站时,它显示错误:

Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /xx/xx/xx/xx on line xx

代码如下,第一行是错误行:

    function goto($URL= "Back",$Target="self") //the error line
{
if ($URL == "Back")
{
echo "<HTML>\n<HEAD>\n<TITLE> untitle </TITLE>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$this -> Charset}\">\n</HEAD>\n<BODY>\n";
echo "<Script Language=\"Javascript\">history.go(-1)</Script>";
echo "\n</body></html>";
}
elseif

我应该如何更改我的语法?非常感谢!

最佳答案

无论好坏,goto 是 PHP 5.3 中的保留字。

http://php.net/manual/en/control-structures.goto.php

关于php - 语法错误,意外的 T_GOTO,期待 T_STRING,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7258697/

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