eugene2009 Posted April 8, 2010 Share Posted April 8, 2010 hello. i have a php page in a <img src'""> tag. i did this to have it record the viewers ip.. this tag is placed on a dynamic page.. so the page is always different.. is it possible to use something like.. file_get_contents to record all the text thats on the page where the <img> tag is included? i do not know how to word this.. please help Quote Link to comment https://forums.phpfreaks.com/topic/197979-file_get_contents/ Share on other sites More sharing options...
oni-kun Posted April 8, 2010 Share Posted April 8, 2010 Alright. I know what you are trying to do, and the simple answer is No. The only physical request the browser client will make is directly to the image, It in no way serves the referrer or request URI along with it. If that were possible, the web would be much more bulky and insecure. Quote Link to comment https://forums.phpfreaks.com/topic/197979-file_get_contents/#findComment-1038888 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.