Convictions
Programmer
- Mar 29, 2008
- 3
I am using a php script to dynamically display images. Using mod_rewrite I send a request like:
Then it is sent to show_image.php?id=111111
The image is shown. This all works. I want to include a logging mechanism to let me know where my images are being displayed from, ie: myspace, etc. Is there a way to do this?
Thanks in advance.
Chris
Code:
<img src="[URL unfurl="true"]www.convictionscommunity.com/pics/111111"[/URL] />
Then it is sent to show_image.php?id=111111
The image is shown. This all works. I want to include a logging mechanism to let me know where my images are being displayed from, ie: myspace, etc. Is there a way to do this?
Thanks in advance.
Chris