<?php

//These files required for phpEzyGrid
require_once ("../db.php"); 
require_once (
"../phpezygrid.php"); 

//These we requore to take care of the demo stuff, like using a common header/footer etc
require_once ("../demohelper.php");


$theSQL "select * from tinycrm";
$demo1Content gpBuildHTML($theSQL);    

//Now use our little helper to send to browser
demoEchoPage('Demo 1'$demo1Content);
?>