home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / WebsiteX5 / wsx5_ev_demo.exe / {app} / Res / imsearch.php < prev    next >
Encoding:
PHP Script  |  2011-02-08  |  174 b   |  9 lines

  1. <?php
  2. require_once("res/x5engine.php");
  3.  
  4. if ($_POST['search'] != "") {
  5.   $search = new imSearch();
  6.   $search->search($_POST['search']);
  7. }
  8.  
  9. // End of file imsearch.php