/* display story logic 3 button nav */ include "./include/story_nav_buttons.php" ?>
This is a simple search for the word or phrase you enter below. Click here to view search instructions in a new window.
/* search_form(): Is the search form */
search_form($HTTP_GET_VARS, $limit_hits, "word or phrase", $message_5, $message_6, $PHP_SELF);
?>
|
|
/* display story logic 3 button nav */ include "./include/story_nav_buttons.php" ;
//echo "| $_SERVER['PHP_SELF'] |";
//echo "$_SERVER['PHP_SELF']";
///echo "\n [1]\n";
/* search_headline(): Headline search results */
search_headline($HTTP_GET_VARS, $message_3);
///echo "\n [2]\n";
/* search_error(): Search for Errors and error display */
search_error($HTTP_GET_VARS, $min_chars, $max_chars, $message_1, $message_2, $limit_hits);
///echo "\n [3]\n";
/* search_dir(): Full-text search in directories (see config.php4) */
search_dir($my_server, $my_root, $s_dirs, $s_files, $s_skip, $message_1, $message_2, $no_title, $limit_extracts, $byte_size, $HTTP_GET_VARS);
///echo "\n [4]\n";
/* Close_Echo_Hits(): Issue 'no results' in the search */
Close_Echo_Hits($HTTP_GET_VARS, $count_hits, $message_4);
///echo "\n [5]\n";
///if( isset($keyword) )
///{
//echo "
searching for: $keyword ...
";
///}
?>