Is there a php function that will find the URL of where someone came to your site from?
For example, you have a site www.mysite.com. This link is on many other affiliate sites, say pricewatch.com. Now if someone is on pricewatch.com and clicks on my site link they will go to my index.php page. On this page I want to store the url they came from in a variable, and in the above example the value would be www.pricewatch.com.
Thanks