Re: [PHP] how to use HTTP_REFERER

2004-08-06 Thread Justin French
On 06/08/2004, at 2:43 PM, khuram noman wrote: hi i have 2 pages on my site one is index.php and other is join.php on index page there is link of join now when somee one comes to join now page i want to know from where it comes i means i want to know the referral page . iam using $HTTP_SERVER_VARS[

Re: [PHP] how to use HTTP_REFERER

2004-08-06 Thread raditha dissanayake
khuram noman wrote: hi i have 2 pages on my site one is index.php and other is join.php on index page there is link of join now when somee one comes to join now page i want to know from where it comes i means i want to know the referral page . iam using $HTTP_SERVER_VARS['HTTP_REFERER'] or $_SERVER

[PHP] how to use HTTP_REFERER

2004-08-05 Thread khuram noman
hi i have 2 pages on my site one is index.php and other is join.php on index page there is link of join now when somee one comes to join now page i want to know from where it comes i means i want to know the referral page . iam using $HTTP_SERVER_VARS['HTTP_REFERER'] or $_SERVER['HTTP_REFERER'] bu