echo $p['prod_name']; ?>
$pdes = mysql_query("select * from pdescription where prod_id = '$pid'");
$d = mysql_fetch_array($pdes);
?>
echo $d['descrip']; ?>
Shipping Weight: echo $p['weight']; ?> lbs Price: $ echo $p['price']; ?>
IN STOCK. ORDER NOW. Will ship within 24 hours!
|