require('./common_new.php');
$conn = mysql_pconnect($db_host, $db_username, $db_passwd);
mysql_select_db($db_name, $conn);
function genproduct($string)
{
$string = ereg_replace("\/", "", $string);
$string = ereg_replace("-", "", $string);
$string = ereg_replace(" ", "_", $string);
$string = ereg_replace("__", "_", $string);
$string = strtolower($string);
return $string;
}
?>
include_once("/home/armcom/www/inc/header00_page.php"); ?>
ARM Station - Hot New Products
include_once("/home/armcom/www/inc/header01_page.php"); ?>

| ";
list($prd_id, $cat_id, $prd_name) = $row;
// if($counter == 0)
{
print " "; print " "; $counter++; } ?> echo $prd_name ?> print " | ";
if($counter % 3 == 0)
{
print "