PHP Classes

File: demo.php

Recommend this page to a friend!
  Classes of Vick   PHP Search   demo.php   Download  
File: demo.php
Role: Example script
Content type: text/plain
Description: The demo file
Class: PHP Search
Search for data MySQL tables and show the results
Author: By
Last change:
Date: 19 years ago
Size: 544 bytes
 

Contents

Class file image Download
<?
require_once ("recherche.class.inc");
?>


<p>
Here is an example of the search class being displayed with the 'default' settings<br><br>
</p>
<center>


<?
$r
= new RECHERCHE();
$r->_show('demo.php', 'messages', $arr=array("NumMessage","cTitre","cLigne1","cLigne2","cLigne3","cLigne4","cLigne5"), 'demodisplay.php', 'cTitre','700px');
//$r->_show('search_file', 'searched_table', $arr=array("*Primary_key*", "field1", "field2", ...), 'url_for_selected_item', 'field1','700px');
?>
</center>