doforumda Posted July 21, 2009 Share Posted July 21, 2009 hi how can i use DOM to clone some parts of the website? Link to comment https://forums.phpfreaks.com/topic/166742-how-to-use-dom/ Share on other sites More sharing options...
dzelenika Posted July 21, 2009 Share Posted July 21, 2009 Load page as DOM Document. Find node which you want to copy (use DOMXPath, getElementById, getElementsByTagName) Copy node into your page (saveHTML) Link to comment https://forums.phpfreaks.com/topic/166742-how-to-use-dom/#findComment-879289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.