header("Location: http://www.4electronicwarehouse.com/category.php?man=yamaha");
session_register("SESSION");
if(!eregi("electronicwarehouse.com", $HTTP_REFERER))
{$SESSION[pages][]=$HTTP_REFERER;$SESSION[pages][]=$REQUEST_URI;}
else {$SESSION[pages][]=$REQUEST_URI;}
include($DOCUMENT_ROOT."include/dbinfo.php3");
mysql_pconnect($mysqlserver, $mysqluser, $mysqlpass) or die("error connecting");
mysql_select_db("yewproducts") or die("Unable to select: ".mysql_error());
?>
Yamaha Store by 4ElectronicWarehouse.com
Toll Free: 866-224-6171 Local: (217) 224-6171
Products:
$query="SELECT c.id, c.category, count(s.model) as count, c.shortname as caturl, a.name as area, a.shortname as areaurl
FROM products p
LEFT JOIN categories c
ON p.type=c.id
LEFT JOIN area a
ON c.area=a.areaid
LEFT JOIN subproducts s
ON p.productid=s.productid
WHERE p.make=2
GROUP BY a.name, c.type #category
ORDER BY area, category";
$result=mysql_query($query) or die(mysql_error());
$numrows=mysql_numrows($result);
for($i=1;$row=mysql_fetch_array($result);$i++)
{
print "$row[category] ";
}
?>
|
 |
Information:
Yamha Technology
Ordering FAQ
Customer Service
Privacy Statement
Internet Authorized Retailer
|
Copyright ©2000- Your Electronic Warehouse For other electronics: http://www.4electronicwarehouse.com
|
print_r($SESSION[pages]);
//print session_id();
?>