红联Linux门户
Linux帮助

一个PHP小问题~

发布时间:2010-09-20 21:03:28来源:红联作者:zifeiyu-fish
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
$a=8;
$b=2;
if($a<$b)
{
print ("a>b");
}
else
{
print ("a}
?>

上面的代码中为什么不是输出a刚刚接触php,不知道是什么问题,请各位不吝赐教~
文章评论

共有 2 条评论

  1. zifeiyu-fish 于 2010-09-21 23:51:30发表:

    2# alick


    原来如此,多谢指教~

  2. alick 于 2010-09-20 22:35:50发表:

    其实php输出到html的是[code]a一般的浏览器容忍了后面的错误,且视为标记了。。。