You are here:
Table Extractor - Convert html table into php array
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.
Features:
Can extract almost any table from any html page.
Uses the table column headers as the keys in the array.
Strip unnecessary html tags out of the source.
Limit the number of columns and rows returned, as well as set the start row and start column.
Create extra columns based on data in others using regular expressions, eg. The URL of a link.
Splits colspans and rowspans into their original number of cells.
Script Info:
Table Extractor - Convert html table into php array from Tips and Tutorials Scripts.http://www.reallyshiny.com/scripts/table-extractor.txt
|
||||||||
|
« Back to Tips and Tutorials
Comments
Only registered users can post comments!
