PHP疑问

jfsoso 2010-04-12 12:45:52
echo '<h1 id="mainhead">total cost</h1><p>the total cost of purchasing '.$_post['quantity'].'widget(s) '.</p>';


为什么里面的那个$_post['quantity']必须要用单引号而且连接符在单引号里面?
...全文
107 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
xuzuning 2010-04-12
  • 打赏
  • 举报
回复
不知道你在问什么
kyzy_yy_pm 2010-04-12
  • 打赏
  • 举报
回复
里一层用单引号外一层就双引号,反之亦然
standford 2010-04-12
  • 打赏
  • 举报
回复
[Quote=引用楼主 jfsoso 的回复:]
echo '<h1 id="mainhead">total cost</h1><p>the total cost of purchasing '.$_post['quantity'].'widget(s) '.</p>';


为什么里面的那个$_post['quantity']必须要用单引号而且连接符在单引号里面?
[/Quote]

你要好好看看PHP的基础知识,在PHP里,‘’和“”的意思不同的,单引号是表示字符了,而双引号是函数,当然函数可以不用引号的,所以在这个句子中:<h1 id="mainhead">total cost</h1><p>the total cost of purchasing 这 串为字符,一定 要用单引号或双引号引起来。.是连结符。中间写上函数,然后又是字符
wisword 2010-04-12
  • 打赏
  • 举报
回复
'<h1 id="mainhead">total cost</h1><p>the total cost of purchasing '.$_post['quantity'].'widget(s) '
==========================================

是把
'<h1 id="mainhead">total cost</h1><p>the total cost of purchasing '
$_post['quantity']
,'widget(s) '
这三个字符串连接起来
piaolankeke 2010-04-12
  • 打赏
  • 举报
回复
看看php数组的基础吧
jfsoso 2010-04-12
  • 打赏
  • 举报
回复
purchasing '.$_post['quantity'].'widget(s)最外层用的单引号?

21,891

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧