STaRDoGG Posted December 17, 2010 Share Posted December 17, 2010 Hey all, What's the most efficient way to wait until a page on your own website is done being rendered, and then parse it for something specific? The reason I'm having to scrape it rather than just generate it myself is because the part being scraped if being generated in an iframe on my site via another site, and the data inside of it is dynamic. Thanks Link to comment https://forums.phpfreaks.com/topic/221946-scrape-your-own-webpage/ Share on other sites More sharing options...
QuickOldCar Posted December 17, 2010 Share Posted December 17, 2010 An iframe is just a window to view whatever is in the iframe, so in reality it's still in the other location. Link to comment https://forums.phpfreaks.com/topic/221946-scrape-your-own-webpage/#findComment-1148511 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.