PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE
程序员文章站
2022-06-06 21:23:25
...
在程序初始时,遇到错误为:PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/developer/pp1/8-22.php on line 5, referer: http://localhost/developer/pp1/form_input.html
在网上检查了一下,说是语法错误,检查了一下语法,发现8-22.php组后一行的echo语句有错误,应改为:echo"产品将于三日内到达".$_GET['address']."
";注意 $_GET['address'] 两边的圆点。
另外8-22.php错误代码为:
"; echo"感谢贵公司订购本公司的产品".$_GET['amount']."个,"; echo"货款共".($_GET['amount']*100)."元整."; echo"产品将于三日内到达$_GET['address']
";
推荐阅读
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
thinkphp6安装报错,composer install tp6 报错 Parse error: syntax error
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办法
-
PHP syntax error, unexpected $end 错误的一种原因及解决
-
PHP异常Parse error: syntax error, unexpected T_VAR错误解决方法
-
Linux 5中出现的-bash: syntax error near unexpected token `('错误
-
代码运作在win5.3.13正常 但是在linux5.2.8 中出现syntax error,unexpected T_STRING
-
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting 异常怎么解决
-
PHP解析错误 PHP Parse error: syntax error, unexpected '[' in
-
PHP syntax error, unexpected $end 错误的一种原因及解决