PHP_SELF、 SCRIPT_NAME、 REQUEST_URI区别
$_SERVER[PHP_SELF], $_SERVER[SCRIPT_NAME], $_SERVER['REQUEST_URI'] 在用法上是非常相似的,他们返回的都是与当前正在使用的页面地址有关的信息,这里列出一些相关的例子, 帮助确定哪些是在你的脚本最适合的。 $_SERVER[’PHP_SELF’]http://www.yoursite.com/example/ — – — /example/index.phphttp://www.yoursite.com/example/index.php — – — /example/index.phphttp://www.yoursite.com/example/index.php?a=test — – — /example/index.phphttp://www.yoursite.com/example/index.php/dir/test — – — /dir/test 当我们使用$_SERVER['PHP_SELF']的时候,无论访问的URL地址是否有index.php,它都会自动的返回 index.php.但是如果在文件名后面再加斜线的话,就会把后面所有的内容都返回在$_SERVER['PHP_SELF']。 $_SERVER['REQUEST_URI']http://www.yoursite.com/example/ — – — /http://www.yoursite.com/example/index.php — – — /example/index.phphttp://www.yoursite.com/example/index.php?a=test — – — /example/index.php?a=testhttp://www.yoursite.com/example/index.php/dir/test — – — /example/index.php/dir/test $_SERVER['REQUEST_URI']返回的是我们在URL里写的精确的地址,如果URL只写到”/”,就返回 “/” $_SERVER['SCRIPT_NAME']http://www.yoursite.com/example/ — – — /example/index.phphttp://www.yoursite.com/example/index.php — – — /example/index.phphttp://www.yoursite.com/example/index.php — – — /example/index.phphttp://www.yoursite.com/example/index.php/dir/test — – — /example/index.php 在所有的返回中都是当前的文件名/example/index.php
以上就是PHP_SELF、 SCRIPT_NAME、 REQUEST_URI区别的内容,更多相关内容请关注PHP中文网(www.php.cn)!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
