Skip to content

jgmuchiri/PHP_HTML_Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

HTML Extractor

Extracts attribute values inside an element from html content

problem

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.

Solution

  • See php file included

Improvements

add other functions to scrap content out of html using php

About

Extracts attribute values inside an element from html content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published