[PHP] How to get the referer value?

2001-09-03 Thread Balaji Ankem
Hi! friend, How to get the referer value in the PHP.(getHeader(Referer)) Thanks in advance. -Balaji - Information transmitted by this E-MAIL is proprietary to Wipro Limited

Re: [PHP] How to get the referer value?

2001-09-03 Thread jacky
use http_referer(); - Original Message - From: Balaji Ankem To: [EMAIL PROTECTED] Cc: Renze Munnik Sent: Monday, September 03, 2001 10:40 PM Subject: [PHP] How to get the referer value? Hi! friend, How to get the referer value in the PHP

RE: [PHP] How to get the referer value?

2001-09-03 Thread Jason Murray
How to get the referer value in the PHP.(getHeader(Referer)) That'll be in $HTTP_REFERER, then. (Hint: try phpInfo() and see if it's in there) Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]