By now, you should be fairly familiar (Apache web server tutorial) with

By now, you should be fairly familiar with using PHP to access MySQL. The file db_makeconfirm.php is pretty standard: $sql = <<

Next is a simple select statement. It will be followed by PHP code that builds the list of postcards the user will be able to select from. Note the square brackets after postcard[]. These are required so that PHP is able to access the $postcard variable as a proper array: