Home  >  Article  >  Backend Development  >  超级新手求PHP最简单有关问题

超级新手求PHP最简单有关问题

WBOY
WBOYOriginal
2016-06-13 12:40:01860browse

超级新手求PHP最简单问题
$mobile 值是 123456

<br />
<br />
<br />
<?php <br />
<br />
echo $mobile<br />
<br />
?><br />

上面正常输出


<br />
<br />
<?php <br />
<br />
'mobile'=>'echo $mobile'<br />
<br />
?><br />
<br />

这样子就不行了,我想请问这样应该怎么做样输去结果
'mobile'=>'123456' 这样子


PHP echo
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn