Login   Register  
PHP Classes
elePHPant
Icontem

File: test_queryprint.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2001-11-11 01:29
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();

?>