搜尋

首頁  >  問答  >  主體

這個沒學過沒看懂

$_SERVER['PHP_SELF'];  後面這個PHP_SELF,不懂什麼意思

⁴₈³₆᭄ꦿ⁴₈³₆᭄ꦿ1825 天前1351

全部回覆(4)我來回復

  • Chen

    Chen2022-01-04 15:39:02

    $_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

    回覆
    0
  • ⁴₈³₆᭄ꦿ

    ⁴₈³₆᭄ꦿ2022-01-04 15:38:12

    好的 謝謝

    回覆
    0
  • Chen

    Chen2022-01-04 15:37:32

    $_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

    回覆
    0
  • 像风一样自由

    像风一样自由2020-01-06 21:10:10

    這是固定參數,記住就行了

    回覆
    0
  • 取消回覆