REPRODUCTIONS U.S.$ echo "$Icost"; ?>.00 each. With this purchase you will receive your choice of one free Poster (a $25 value). Please read the FAQ or see the order form for shipping and handling fees. |
$result=mysql("$mDBUser","SELECT * from Items where Category='3' order by ID");
while ($row = mysql_fetch_row($result)) {
echo "
|
\n";
echo " \n";
echo " | $row[6] size (in) : $row[1] x $row[2] \n";
echo "size (cm) : ".(round($row[1]*254)/100)." x ".(round($row[2]*254)/100)." \n";
echo " Image size (in) : $row[3] x $row[4] \n";
echo "Image size (cm) : ".(round($row[3]*254)/100)." x ".(round($row[4]*254)/100)." \n";
echo "$row[7] |
\n";
}
echo "
|
";
?>
REPRODUCTIONS U.S.$ echo "$I2cost"; ?>.00 each. When you purchase two ($80 value) you will receive your choice of two free Poster (a $50 value). Please read the FAQ or see the order form for shipping and handling fees. |
$result=mysql("$mDBUser","SELECT * from Items where Category='9' order by ID");
while ($row = mysql_fetch_row($result)) {
echo "
|
\n";
echo " \n";
echo " | $row[6] size (in) : $row[1] x $row[2] \n";
echo "size (cm) : ".(round($row[1]*254)/100)." x ".(round($row[2]*254)/100)." \n";
echo " Image size (in) : $row[3] x $row[4] \n";
echo "Image size (cm) : ".(round($row[3]*254)/100)." x ".(round($row[4]*254)/100)." \n";
echo "$row[7] |
\n";
}
echo "
|
";
?>
|