I have this webpage at:
http://www.domainX.com/test.html?id=6
which is calling an external php script with the following tag:
<img src="http://www.domainXYZ.com/track.php">
Inside track.php I want to be able to get the HOST + PAGE + QUERY STRING from the FIRST domain but it seems that with $_SESSION["HTTP_HOST"] I can only get the domain where track.php is hosted.
Is there any solution for this?
Thanks!