// | Update: 2005-11-15 22:24 // +--------------------------------------------------------------------------- ini_set('error_reporting', E_ALL); ini_set('display_errors', TRUE); if (isset($_POST['search'])) { $search = trim($_POST['search']); echo '
Results for: ' . $search . '
'; echo ''; } ?>
Enter your word, replace unknown characters by '.'