$title = ": Home Page";
include "lib/layout.inc.php";
head($title, "");
body();
begin_content();
$sql = "SELECT * FROM super_cat ";
$result = mysql_query($sql) or print(mysql_error());
$output = "";
while($row = mysql_fetch_assoc($result)){
$assoc[] = $row;
}
?>
|
Let our professional sales staff assist you in choosing the best products you have ever used!
|
All of our products are custom blended for superior results and ease of use.
|
We pride ourselves on having the most up-to-date formulas and environmentally advanced
products available today.
|
|
Call Us Today! 609-953-4700
|
|
menu();
footer();
?>