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