RE: [PHP-DB] how to get the referrer page details

2006-06-16 Thread Dwight Altman
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

Re: [PHP-DB] how to get the referrer page details

2006-06-16 Thread Oliver Block
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

Re: [PHP-DB] how to get the referrer page details

2006-06-15 Thread Chris
[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

Re: [PHP-DB] how to get the referrer page details

2006-06-15 Thread dpgirago
> 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

Re: [PHP-DB] how to get the referrer page details

2006-06-15 Thread 陈贤文
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[