PHP 中的一些经验积累

时间:2008-04-09 22:54:27   来源:   作者:
1、关于PHP重定向

方法一:header(\"Location: index.php\");
方法二:echo \"\";
方法三:echo \"\";

相关文章