Retrieve backlink infos from linked image generated by php
Posted
by aSeptik
on Stack Overflow
See other posts from Stack Overflow
or by aSeptik
Published on 2010-01-12T10:25:48Z
Indexed on
2010/03/31
13:33 UTC
Read the original article
Hit count: 357
Hi All mates!
This time ask you this question:
Assuming we have this img ( generated by php ) linked in clients sites
<img src="http://mysite.com/genimg.php?id=2" alt=""/>
Is Possible to get back from the client location some infos!? ( es. client url )
PS:
- don't need something that open the entire client page and search for link!
- don't need something that work just if the link image is clicked!
© Stack Overflow or respective owner