Posted by Richard Lynch on 04/06/05 06:29
var_dump($_SERVER);
should provide you with sufficient info to piece together what you need.
On Fri, April 1, 2005 9:36 pm, HarryG said:
> Thanks guys.
>
> "HarryG" <harry1980@gmail.com> wrote in message
> news:20050402024632.11051.qmail@lists.php.net...
> Hi,
>
> I want to retrieve the complete url in my php script. How can I do this?
>
> eg. www.mysite.com/mydirectory/mypage.php
>
> Result should either be www.mysite.com/mydirectory/mypage.php or
> /mydirectory/mypage.php
>
> Thanks in advance
> HarryG
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|