I have this code on my search box
<?
search_form($HTTP_GET_VARS, $_SERVER['PHP_SELF']);
?>
</td>
</tr>
</table>
<font size="1" face="Verdana, Arial, Helvetica, sans-serif">
<?
@$keyword=$HTTP_GET_VARS['keyword'];
@$action=$HTTP_GET_VARS['action'];
if ($action=="SEARCH") {
search_results_title($HTTP_GET_VARS);
search_keyword_length_check($HTTP_GET_VARS);
search_files($server_name, 'c://inetpub//wwwroot//',
$search_dir, $file_types, $file_skip, $file_hits, $file_terms, $file_bytes, $HTTP_GET_VARS);
search_no_hits($HTTP_GET_VARS, $count_hits); }
else {
?>
flashroiem