'; function output_ticket_table() { /* This processing reads the product (ticket) information from the NSCS database */ /* For each item, */ /* It displays that information and provides PayPay "Add to Cart" and "View Cart" */ include '../include/db.inc'; include '../include/error.inc'; include '../include/clean.inc'; include '../include/salesvars.inc'; $connection = $con1; if(!mysql_select_db($databaseName,$connection)) showerror(); echo "'; echo ''; echo 'Click "Add to Cart" to select the type of ticket you wish to purchase. '; echo 'When the shopping cart is displayed, you can change the quantity by typing the number of tickets desired and then pressing the "Update Cart" button. '; echo 'If you purchase tickets within 24 hours of the concert, you must print the confirmation.
'; echo ''; output_ticket_table(); echo '