News

A parser class for handling fixed length text files in PHP. Fixed Length Files (aka poor man's CSV) are plain text files with one data set per row but without any delimiter. 01Amy BLUES 02Bob REDS ...
The library compares two text files very quickly and returns the object with the differences. The difference has numbered lines for easy display of changes to the user. You can also read an array of ...
PHP's "fgetcsv" function converts the text in a CSV file into a data array that you can divide into individual records and display in a column. ... Upload the PHP file you created to your Web server.