Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Daniel Kushner | > | QueryPrint | > | test_queryprint.php | > | Download | ||
|
Download |
<?php include('class.QueryPrint.inc'); $q = new QueryPrint('QP_White_Gray.mod'); $q->query("<PUT YOUR QUERY HERE>"); $q->printQuery(); ?> |