FREE UPS SHIPPING! LOWEST PRICES ON THE WEB FROM A WOMAN OWNED/SMALL BUSINESS!
For all ordering, payment and shipping options and information, click HERE.
include ("config.php");
$type=addslashes($_GET['type']);
echo "
";
$result = mysql_query("SELECT DISTINCT category FROM products WHERE type='$type' group by product order by catid");
while ($row = mysql_fetch_array($result))
{
$category=$row["category"];
echo "
$category
";
$resultwo = mysql_query("SELECT * FROM products WHERE category='$category' AND type='$type' ORDER by prodid ");
while ($rowtwo = mysql_fetch_array($resultwo))
{
$upgrade=$rowtwo["upgrade"];
echo "