Sent: Friday, June 16, 2006 1:48 PM
> To: php-db@lists.php.net
> Subject: Re: [PHP-DB] how to get the referrer page details
>
> Am Donnerstag, 15. Juni 2006 15:46 schrieb Manoj Singh:
> > Now i came to know that this variable is
> > not supported by some servers or it can
Am Donnerstag, 15. Juni 2006 15:46 schrieb Manoj Singh:
> Now i came to know that this variable is
> not supported by some servers or it can be set off in php.ini setting. So
> can any one help me doing this without using $_SERVER['HTTP_REFERER'].
That how the things are. Sometimes others do not a
[EMAIL PROTECTED] wrote:
Hello all,
I am developing a site in which user comes from different site to my
site.
Now i want to maintain that user comes from which site. I am using
$_SERVER['HTTP_REFERER'] for that. Now i came to know that this variable
is
not supported by some servers or it ca
> Hello all,
>
> I am developing a site in which user comes from different site to my
site.
> Now i want to maintain that user comes from which site. I am using
> $_SERVER['HTTP_REFERER'] for that. Now i came to know that this variable
is
> not supported by some servers or it can be set off in php
Don't worry about it,most servers enable this function.
在 Thu, 15 Jun 2006 21:46:58 +0800,Manoj Singh <[EMAIL PROTECTED]>
写道:
Hello all,
I am developing a site in which user comes from different site to my
site.
Now i want to maintain that user comes from which site. I am using
$_SERVER[