class.AmazonAPI.inc: An interface between PHP and Amazon Web Services. Supports all the different search types and retuns an XML string. Includes various Amazon modes (books,
dvd, etc.) with methods to check if modes exist and return their String value. class.AmazonLiteXMLParser.inc: Parses the Amazon XML reply into a PHP array. Supports multiple
fields and data larger than 1024 KB.
QueryPrint is a PHP class that prints the results of a SQL query in HTML format. The printing is defined in a seperate module class that can be modified or replaced. QueryPrint
also supports multiple page queries allowing the user to decide how many records to show on each page. The previous and next buttons are added automaticaly and as defined by the
printing module.