include ("/home/uncover/public_html/config.php");
include ("/home/uncover/public_html/include.php");
if (!$q){
header("Location: http://www.uncoverthenet.com/search/categories/search.htm");
exit;
};
$keyword = $q;
$qnew = ucwords($q);
$today = date("D, M j");
$q123 = str_replace(" ","+",$keyword);
?>
echo $qnew; ?> - Uncover the Net Category Search
| Category Search Results for echo $qnew; ?> | echo $today; ?> |
if ($q == ""){
echo "Please enter a search term...";
};
?>
include("/home/uncover/public_html/search/gfooter.php"); ?>