IMS "; echo "

Finalize Business Card Order\n"; echo ""; echo "

"; echo "

Note: Business Cards must be ordered in either 2 sets (or more) of 250 quantity or 2 sets (or more) of 500 quantity. If you only have an order for one set, that set will be held till another order is submitted by any other branch.\n"; echo "

"; echo "
"; echo "
"; echo "

Select Quantity\n"; echo "

"; echo ""; echo "
"; echo "

Select Delivery Location\n"; echo "

"; $cxn = mysqli_connect($host,$user,$passwd,$dbname); $sql_ship = "SELECT * FROM ship_locations WHERE Cust_ID = '$_SESSION[cid]' ORDER BY Ship_Location_ID"; $result_ship = mysqli_query($cxn,$sql_ship) or die("Error: ".mysqli_error($cxn)); $n = mysqli_num_rows($result_ship); $rowno = 1; echo "
"; echo ""; echo "
"; echo "
"; ?>