已有40人关注
怎么老是显示“syntax error”
发表在PHP图书答疑 2010-12-24
是否精华
版块置顶:
测试程序代码:
8. <?PHP
9. $test = "php"
10.$str1 = "i like $test";
11.$str2 = 'I like $test';
12.echo $str1 ;
13.echo $str12;
14.?>
调试结果:Parse error: syntax error, unexpected T_VARIABLE in D:\AppServ\www\Untitled-1.php on line 10
修改为:
8. <?PHP
9. $test = "php"
10./*$str1 = "i like $test";*/
11.$str2 = 'I like $test';
12.echo $str1 ;
13.echo $str12;
14.?>
运行结果为:Parse error: syntax error, unexpected T_VARIABLE in D:\AppServ\www\Untitled-1.php on line 11
修改为:
8. <?PHP
9. $test = "php"
10./*$str1 = "i like $test";*/
11./*$str2 = 'I like $test';*/
12.echo $str1 ;
13.echo $str12;
14.?>
运行结果:Parse error: syntax error, unexpected T_ECHO in D:\AppServ\www\Untitled-1.php on line 12

小弟正在学习php,请高手解决,谢谢
分享到:
精彩评论 1
346827366
学分:0 LV1
2010-12-25
沙发
<?PHP
$test = "php"
$str1 = "i like $test";
$str2 = 'I like $test';
echo $str1 ;
echo $str12;
?>

在定义变量$test = "php"时,缺少结束的“;”分号。

你输出的变量$str12是不存在的;
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照