Extracts attribute values inside an element from html content
You post html content and inside the content, you have shortcodes with attributes like [pageBreak id="home" title="Home page"] You want to extract id and title attribute values so you can save them in db as a matching pair.
- See php file included
add other functions to scrap content out of html using php