|
|
|
if($_REQUEST['sub']) {
$connect = mysql_connect('127.0.0.1','root','sean9999') or die(mysql_error());
$search = mysql_real_escape_string($_REQUEST['string']);
$search_check = trim($_REQUEST['string']);
mysql_close($connect);
if(!empty($search_check)) {
products($search);
echo $counted;
} else {
echo " You must enter something to search for! \n";
products(NULL);
}
} else {
products(NULL);
}
?>
|
Our customer service representatives are happy to answer any questions you may have about our products! To speak with one of our friendly customer service representatives, feel free to give us a call at 800-915-3535 today!
|