Jump to content

file_get_contents


eugene2009

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/197979-file_get_contents/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/197979-file_get_contents/#findComment-1038888
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.