faqts : Computers : Programming : Languages : PHP : Function Libraries : PHP Related

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

What does HTTP_REFERER return? and how do you use it?

Oct 9th, 2006 09:57
Matthew Wilkinson, Jeannette Adams,


HTTP_REFERER is a header sent by the user's browser telling the PHP
script the last page before this one that the user was on. It can be
found in $_SERVER['HTTP_REFERER']