LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 780|回复: 0

[求助]我的php不能获得url上的变量

[复制链接]
发表于 2003-4-30 15:43:45 | 显示全部楼层 |阅读模式
我的系统是gentoo,装了appache和mod_php。
现在出现问题:
<p> Today's Date (according to this Web server) is </p>
  <?php
     echo(date("l,F dS Y."));
     echo("<br>");
  ?>
  <a href="index.php?stat=kkk">Chick here</a><br>
  <?
     echo("stat is $stat");
  ?>

上面的日期可以显示说明php可以解释,下面的那个$stat变量总是得不到kkk的值,是不是我的php或者apache哪儿还没有设置正确。
谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表