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.
<?php
Download the class from http://phpclasses.upperdesign.com/browse.html/package/371 ?>