unistake Posted December 17, 2015 Share Posted December 17, 2015 Hi guys, I am trying to make an iframe that contains another website so my users can login to the external website and view a partiicular html table on the external website. Once the user is on that page, I want them to be able to click a button hovering over the iframe that will copy all the html code and send back to my php. With this source code I will use the information in my website. One problem, I think the external website has disabled iframes from getting past the login page. Does anyone have a good idea where to start for this project? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted December 18, 2015 Share Posted December 18, 2015 You can get the html by using curl or file_get_contents User can insert a url into a form, your script fetches information server side and save it. 1 Quote Link to comment 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.