$_SERVER['PHP_SELF']; Ich weiß nicht, was letzteres PHP_SELF bedeutet
自律出众,不自律出局
$_SERVER['PHP_SELF'] 当前执行脚本的文件名,与 document root 有关。
例如,在地址为 http://example.com/test.php/foo.bar 的脚本中使用 $_SERVER['PHP_SELF'] 将得到 /test.php/foo.bar。
https://www.runoob.com/php/php-superglobals.html
好的 谢谢
$_SERVER['PHP_SELF']
当前执行脚本的文件名,与 document root 有关。
这是固定参数,记住就行了
$_SERVER['PHP_SELF'] 当前执行脚本的文件名,与 document root 有关。
例如,在地址为 http://example.com/test.php/foo.bar 的脚本中使用 $_SERVER['PHP_SELF'] 将得到 /test.php/foo.bar。
https://www.runoob.com/php/php-superglobals.html
好的 谢谢
$_SERVER['PHP_SELF']
当前执行脚本的文件名,与 document root 有关。
例如,在地址为 http://example.com/test.php/foo.bar 的脚本中使用 $_SERVER['PHP_SELF'] 将得到 /test.php/foo.bar。
https://www.runoob.com/php/php-superglobals.html
这是固定参数,记住就行了