Thank you – Ticket Reservation

[insert_php]
if($_GET[“paymentmethod”] == “Card”) {
echo(“Your payment has been approved and your reservation confirmed.\n”);
echo(“You will shortly receive a confirmation email advising you on how to collect your ticket(s).”);
}
else {
echo(“Your tickets for the HMAC 60th Anniversary Celebration Dinner have been reserved.\n”);
echo(“You will shortly receive an email advising you how to complete your payment.\n”);
echo(“Once payment is received, your reservation will be confirmed.\n”);
}
[/insert_php]

Comments are closed.