Wie Wat Waar T.I.M.?
Zoekresultaten voor:
|
Pagina | Bevat tekst... |
//----------------------------------------------------
// Initial directory depth = 0 - root directory.
// Current path is stored in an array of directories
//----------------------------------------------------
$dir_depth=0;
$matches=0;
$cur_path = array("./");
$results = array("");
$r_text = array("");
$r_title = array("");
//--------------------------------------------------------------------------------
// Initialise the match count to 0. Ensure the search term is all lower case...
//--------------------------------------------------------------------------------
$search_term=strtolower($search_term);
//---------------------
// Start the search...
//---------------------
if (strcmp($search_term, "")!=0) { search_dir(); }
//---------------------
// Show the results...
//---------------------
$c="#FFFFF8";
for ($a=0; $a<$matches; $a++) {
if ($c=="#FFFFF8") {$c="#F8F8F8";} else {$c="#FFFFF8";}
echo "";
echo "$r_title[$a]";
echo " $results[$a] ";
echo " | $r_text[$a] |
";
}
echo "
$matches gevonden pagina's.
";
?>
© Web-Bureau.com