![]() |
Any PHP or server gurus around tonight?
Is there a way to use an image to track what URL somebody came from when they view the page with the image on it? I created a php file which outputs an image and stores HTTP_REFERER, but this just shows the URL that the actual image is loaded on. I want to see the URL that they came from.
Any ideas? |
Quote:
Uhmm... I'd look at the http server logs. But that's just me. Why waste cpu cycles tracking shit that the webserver is tracking already? |
maybe try something like viewimg.php?ref=<?php echo $HTTP_REFERER; ?> for the image location, then have viewimg.php load the image and get the referrer?
no idea if it works, never tried it, just an idea |
Quote:
|
Quote:
|
something like this:
Code:
<script type="text/javascript"> |
All times are GMT -7. The time now is 02:42 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123