PHP Classes

File: test_queryprint.php

Recommend this page to a friend!
  Classes of Daniel Kushner   QueryPrint   test_queryprint.php   Download  
File: test_queryprint.php
Role: ???
Content type: text/plain
Description: A test file for the Query Print class
Class: QueryPrint
Author: By
Last change:
Date: 22 years ago
Size: 146 bytes
 

Contents

Class file image Download
<?php include('class.QueryPrint.inc'); $q = new QueryPrint('QP_White_Gray.mod'); $q->query("<PUT YOUR QUERY HERE>"); $q->printQuery(); ?>