"; while ($row = mysql_fetch_row($result)) { $IS=$row[0]; $IN=$row[1]; $ID=$row[2]; $IC=$row[3]; $Ca=$row[4]; $shipweight=$row[5]; $II=$row[6]; $Notes=$row[7]; $Desc2=$row[8]; } // blueFont("Here is a description of $IN...

"); if (file_exists("$WebRoot/images/$II.jpg")) { echo ""; echo "



"; } echo ""; redFont ("SKU: "); echo ""; blueFont(" $IS"); echo ""; echo ""; redFont ("Name: "); echo ""; blueFont(" $IN"); echo ""; echo ""; redFont ("Price: "); echo ""; $NC=number_format($IC,"2",".","thousands_sep"); blueFont(" $$NC"); echo ""; redFont ("Shipping: "); echo ""; include("shipcalc.php"); // if ($SC == "0.00") { // blueFont(" $NoShipping"); // } else { // $SC=number_format($SC,"2",".","thousands_sep"); // blueFont(" $$SC"); // } echo ""; echo ""; if ($ID != "") { redFont ("Description: "); } echo ""; blueFont(" $ID"); echo ""; if ($Desc2){ echo "$Desc2"; } echo ""; echo "
"; echo "
"; blueFont("

Add "); blueFont(" of"); blueFont(" this item to my shopping cart"); echo ""; $Date=date("Y:z:Y-m-d"); echo ""; echo ""; echo ""; echo "

"; if ($Notes){ echo "$Notes"; echo "

"; } include("footer.php"); ?>