Script Installation
Table Extractor Script Installation and Configure Services
|
Script Description:Table extractor is a php class that can extract almost any table from any html document/page, and then convert that html table into a php array.rrn rrnFeatures:rrn rrn- Can extract almost any table from any html page.rrn rrn- Uses the table column headers as the keys in the array.rrn rrn- Strip unnecessary html tags out of the source.rrn rrn- Limit the number of columns and rows returned, as well as set the start row and start column.rrn rrn- Create extra columns based on data in others using regular expressions, eg. The URL of a link.rrn rrn- Splits colspans and rowspans into their original number of cells. Site Url: http://hotscripts.com/jump.php?listing_id=55032&jump_type=0 |