Jump to content

Search for html snippets


bluegoo26

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.