Posted by Janwillem Borleffs on 12/17/06 22:42
toffee wrote:
> I would like to capture the address of the page being visited i.e.
> the URL would be something like
> http://domain.com/page.php?a=VALUE1&b=VALUE2
>
> How can i capture the whole URL? I did some googling but the suggested
> solution HTTP_REFERER didnt work.
>
Check the REQUEST_URI property. For other useful properties, check the
output of phpinfo().
JW
Navigation:
[Reply to this message]
|