2011年7月31日
摘要: $_SERVER[PHP_SELF], $_SERVER[SCRIPT_NAME], $_SERVER['REQUEST_URI'] 在用法上是非常相似的,他们返回的都是与当前正在使用的页面地址有关的信息,这里列出一些相关的例子,帮助确定哪些是在你的脚本最适合的。$_SERVER[’PHP_SELF’]http://www.fenge8.cn/example/ — – — /example/index.phphttp://www.fenge8.cn/example/index.php — – — /example/index.phphttp://www.fenge8.cn/ex 阅读全文
posted @ 2011-07-31 23:17 H&M 阅读(423) 评论(0) 推荐(0) 编辑