I was wondering is it possible to get the hyperlink of an image if the image url is given for eg: I have a webpage say (http://www.example.com) with an image for eg :
<a href="http://example.com/12344/623/2"><img id="img" src="http://example.com/623/5602225.jpg" alt="The Image" name="img" height="1140" width="800"></a>
I was thinking is it possible to get this
http://example.com/12344/623/2
when i give
http://example.com/623/5602225.jpg
as an input in php and CURL?