Log in

View Full Version : i host dynamic image.. log what external site's page it is displayed on?


SDB
08-26-2007, 10:06 AM
Hi

I want to host a dynamic image called from a image.php?id=3424323 style arrangement.

Whenever this image is called, I want to log the url of the page it is being displayed on.

Is this possible?

Cheers

Simon

Dismounted
08-26-2007, 11:11 AM
Yes, you will have to check the referrer in image.php, then log it as you wish.

SDB
08-26-2007, 11:22 AM
Perfect. Thank you :)