I made a hit counter in php. I added an image tag to my home page with the path to my php script in it. It executes the script, but the $HTTP_REFERER variable give the current address instead of the last address. Please help!
How can I call my php script from an html page in a way that the $HTTP_REFERER variable works properly?
Thank you for your time and attention.


