Get URL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben Sehara

    #1

    Get URL

    Hi,

    Is there any way I can get the current URL?
    If anyone can help I'd be grateful.

    Thanks.

    Ben


  • Jedi121

    #2
    Re: Get URL

    Ben Sehara a écrit le 24/02/2004 :[color=blue]
    > Hi,
    >
    > Is there any way I can get the current URL?
    > If anyone can help I'd be grateful.
    >
    > Thanks.
    >
    > Ben[/color]

    RTFM : http://www.php.net
    $_SERVER['REQUEST_URI'];


    Comment

    Working...