bluegoo26 Posted September 16, 2008 Share Posted September 16, 2008 Hi, I'm trying to look through a few pre-specified web pages and find specific snippets of HTML and add it to my page (basically creating a page of the most current update of sections of several pages) for example: go to http://www.woot.com/ Look for code surrounded by <div class="descriptionContent"> <p> and </div> <div class="specsContent"> Which would result in the item description. I'd want to put this on my own page. (The sites I'm actually looking at don't have any sort of RSS feed set up or anything like that, nor are my sections in a convenient <div> tag. I can assume that the HTML preceding and following the portion I want will remain constant, though. Any help is appreciated. Thanks. Link to comment https://forums.phpfreaks.com/topic/124513-search-for-html-snippets/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.