PHP Classes

File: statizier.php

Recommend this page to a friend!
  Classes of Outdated profile   Statizier   statizier.php   Download  
File: statizier.php
Role: Application script
Content type: text/plain
Description: The script wich receives all the queries
Class: Statizier
Allow dinamic sites to be indexed by searchers
Author: By
Last change:
Date: 20 years ago
Size: 164 bytes
 

Contents

Class file image Download
<?

    define
("LIBDIR", "/www/htdocs/lib/");
    include
LIBDIR."statizier/statizier.class.php";
   
   
$statizier = new statizier();
   
$statizier->dorequest();
   
?>