philthemn Posted September 22, 2011 Share Posted September 22, 2011 Hi. I am coding a project, and ability to browse other websites through a frame in this site is central to the project. However, I need to be able to have the href of the frame's current location which I can't do using an iframe. Does anyone know of any techniques using server-side php in which one can view other sites and keep track of the location of the other sides? Thanks, Phil Link to comment https://forums.phpfreaks.com/topic/247640-alternative-to-iframe-using-php/ Share on other sites More sharing options...
Muddy_Funster Posted September 22, 2011 Share Posted September 22, 2011 I don't think there is unless you use AJAX, although CURL might be able to do what you need in a round about way: you could use CURL to pull the info from the page that is in the iframe into the php scripts of the host window. Link to comment https://forums.phpfreaks.com/topic/247640-alternative-to-iframe-using-php/#findComment-1271688 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.