Script Category : PHP
Script Sub Category : E-Commerce
Parses a comma delimited (CSV) paypal history file and adds the contents to a mysql database table and provides a solid foundation and database for working with PayPal history files to develop web applications that can utilize this data. The parsing algorithm is fast and does a lot more than just copy the data into a database, it builds correct timestamps and intelligently parses names and addresses into seperate database fields for each piece of data. Written in PHP/mySQL.
|