I haven't learned this before and don't understand it.
⁴₈³₆᭄ꦿ
⁴₈³₆᭄ꦿ 2020-01-05 19:50:41
0
4
1377

$_SERVER['PHP_SELF']; I don’t know what the following PHP_SELF means

⁴₈³₆᭄ꦿ
⁴₈³₆᭄ꦿ

自律出众,不自律出局

reply all(4)
Chen

$_SERVER['PHP_SELF'] The file name of the currently executing script, related to the document root.

For example, using $_SERVER['PHP_SELF'] in a script at http://example.com/test.php/foo.bar will result in /test.php/foo.bar.

https://www.runoob.com/php/php-superglobals.html

⁴₈³₆᭄ꦿ

OK, thanks

Chen

$_SERVER['PHP_SELF']

The file name of the currently executing script is related to the document root.

For example, using $_SERVER['PHP_SELF'] in a script at http://example.com/test.php/foo.bar will result in /test.php/foo.bar.

https://www.runoob.com/php/php-superglobals.html

像风一样自由

This is a fixed parameter, just remember it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template