|
|
 |
Re: FN-FORUM: Full Referrer URL PHP
date posted 11th May 2008 13:37
insert (temporarily) a call to php_info() - it will show you ALL
variables available.
Don;t forget to remove it after you find what you need though :)
Martin Wheatley wrote:
>
> On 11/05/2008 13:40, Darren Yates wrote:
>>
>> Hi All,
>>
>> Question how do I get it?
>>
>> I've tried HTTP_REFERER which gives me the
>> domain and the first variable value combination
>> but nothing else and I've tried
>> QUERY_STRING which just doesn't work and gives
>> me nothing??
>>
>> tia,
>>
>> Darren Yates
>>
>
> $_SERVER['HTTP_REFERER'] should work, although you should never rely on
> it existing for anything too important
>
> Martin
>
--
Dominic Raywood
Rubicon Computer Services Limited
W: http://rubiconcsl.com
E: [EMAIL REMOVED]
T: 08456 521 561 (+44 1823 698420)
F: 08456 521 561
M: 07050 204998 (+44 7811 252573)
Skype: RubiconCSL
|
 |
|