PHP Classes

File: try.php

Recommend this page to a friend!
  Classes of naukri.com   crosstab   try.php   Download  
File: try.php
Role: ???
Content type: text/plain
Description: usage discription
Class: crosstab
Mysql data in cross-tabular format.
Author: By
Last change:
Date: 21 years ago
Size: 335 bytes
 

Contents

Class file image Download
<?php // Include the class file include "class.crosstab.inc" // Create an instance for crosstab // Replace the following arguments with your own ones... $cross = new crosstab ("<Row field>","<Column field>","<Reference field>","<Cross table name>"); // Display the data in cross-table(matrix) format. $cross->show(); ?>