public marks

PUBLIC MARKS from Spone with tags php & parser

July 2010

php-excel-reader - Project Hosting on Google Code

by 2 others
This PHP library expands on the great work done in the PHP Excel Reader project on SourceForge. It reads the binary format of XLS files directly and can return values and formats from any cell.

January 2010

jParser and jTokenizer released | Web 2.1

After nearly two years I've finally gotten around to releasing my PHP JavaScript parser, although documentation is still thin on the ground.

November 2008

PHP Simple HTML DOM Parser

by 10 others, 3 comments
# A HTML DOM parser written in PHP5 let you manipulate HTML in a very easy way! # Require PHP 5 . # Supports invalid HTML. # Find tags on an HTML page with selectors just like jQuery. # Extract contents from HTML in a single line.