HELP PLEASE: Finding Page REFERER

liunx

Guest
I have some banner ads up on various sites across the web. These ads all lead to a form which the user then fills out. How can I use PHP to track where they came from? Or maybe there is a way without PHP. Either way, any awsers would be great!

Thanks!
Ian<?
echo $_SERVER['HTTP_REFERER'];
?>

that will tell you where they came from in php.Hm....

I put that in, and it doesn't display anything. I tried putting quotes around it, but then i got some different error.

Any idea what I'm doing wrong?how did you put it in? if has to be in a page where you want to detect the referer, just loading it in a page will do nothing. what is th code you have?The link is:

http://www.novembertrials.com/php/p...FERER"]; ?>Thanks so much! It's working now.
 
Back
Top