PHP Classes

File: getandshow.php

Recommend this page to a friend!
  Classes of Gianluca Zanferrari   zquery   getandshow.php   Download  
File: getandshow.php
Role: Example script
Content type: text/plain
Description: example
Class: zquery
Process interaction requests using jQuery
Author: By
Last change:
Date: 14 years ago
Size: 227 bytes
 

Contents

Class file image Download
<div style="background-color:#FFC; border:1px solid #FC0; padding:3px;">
<?php
require_once('inc.zquery.class.php');

$zq = new zquery;

//$zq->zdebug_onoff(TRUE);

//$zq = $zq->zdebug();

var_dump($_GET);
?>
</div>