GMA Games Order Form

0){ echo "you did not enter or there are errors in the following:"; if (empty($_SESSION['fname'])){echo "
First name";} if ($_SESSION['incorrectmonth'] =="true"){echo "
Incorrect Month Entry";} if ($_SESSION['cctrue'] =="true"){echo "
Incorrect Credit Card Entry";} if ($_SESSION['incorrectyear'] =="true"){echo "
Incorrect Year Entry";} if ($_SESSION['incorrectuc'] == "true"){echo "
Incorrect User Code";} if (empty($_SESSION['lname'])){echo "
Last name";} if (empty($_SESSION['ccname'])){echo "
name on credit card";} if (empty($_SESSION['cc'])){echo "
Credit card number";} if (empty($_SESSION['edm'])){echo "
Expiry date Month";} if (empty($_SESSION['edy'])){echo "
Expiry date Year";} if (empty($_SESSION['email'])){echo "
Email Address";} if (empty($_SESSION['street'])&&isset($_SESSION['cd'])){echo "
Street Address";} if (empty($_SESSION['city'])&&isset($_SESSION['cd'])){echo "
City";} if ($_SESSION['country'] == "Please Select Country:" || (isset($_SESSION['cd']) && empty($_SESSION['country']))){echo "
Country";} if (empty($_SESSION['name'])&& isset($_SESSION['cd'])){echo "
Mail To Name";} echo "
"; $_SESSION['counter'] = 0; } ?> Game will be registered to:
First name:

Last name:

Note that the price is $75 USD when ordering any 3 games, $95 USD for any 4 games, and $110 USD for any 5 games. The price for the CD includes media, shipping, and handling.
"?> Select

Shades of Doom - $35 USD: Shades of Doom - $35 USD:

Shades of Doom Cheats - $5 USD:

Shades of Doom Cheats - $5 USD:

Lone Wolf - $30 USD:

Lone Wolf - $30 USD:

GMA Tank Commander - $35 USD:

GMA Tank Commander - $35 USD:

VIP Mud - $30 USD:

VIP Mud - $30 USD:

Pacman Talks - $30 USD:

Pacman Talks - $30 USD:

Trek 2000 - $25 USD:

Trek 2000 - $25 USD:

CD - $10 USD:

CD - $10 USD:

(Address information is only required when ordering a CD)
Ship To:

Name:

Street Address:

City:

Province/state:
Country :"; echo "$country1"; } if (empty($_SESSION['country'])) { ?>

Country:

Postal/Zip code:

Phone Number(include area code):

The four digit user code is required to produce the product keys for your computer. The product key allows you to run the full version of the game. Currently you only require a user code for GMA Tank Commander, Lone Wolf and Shades of Doom. You can obtain the user code from the demo by running the Ordering Wizard within the demo of the game. If you do not include the user code for the games which require it, please contact us when you have the code, and we will immediately send you the product key. The user code will be the same for all games which use it.

User Code:

Email:

Visa or MasterCard number(no spaces OR dashes):

Expire Date(MM): /(YY)

Card Holders Name:

Ordering notes (optional):


12){ $abletobuy = "false"; $_SESSION['incorrectmonth'] ="true"; } else { $_SESSION['incorrectmonth'] = 'false'; } $_SESSION['edm'] = $edm; if (empty($fname) || empty($lname) || empty($phone) || empty($ccname)){ $abletobuy = "false"; } if (strlen($cc) < 16 || !is_numeric($cc) || ($cc{1} > 5&&$cc{1}< 4)){ $abletobuy = "false"; $_SESSION['cctrue'] = "true"; } if((isset($_POST['cd']) && empty($city)) || (isset($_POST['cd']) && empty($street)) || (isset($_POST['cd']) && empty($country))){ $abletobuy = "false"; } if (isset($_POST['sod'])){ $games = $games . " " . "Shades of Doom"; $count = $count + 1; $cost = $cost + 35; } if (isset($_POST['sodc'])){ $games = $games . " " . "Shades of Doom Cheats"; $cost = $cost + 5; } if (isset($_POST['lw'])){ $games = $games . " " . "Lone Wolf"; $count = $count + 1; $cost = $cost + 30; } if (isset($_POST['pt'])){ $games = $games . " " . "Pacman Talks"; $count = $count + 1; $cost = $cost + 30; } if (isset($_POST['gmatc'])){ $games = $games . " " . "GMA Tank Commander"; $count = $count + 1; $cost = $cost + 35; } if (isset($_POST['t2000'])){ $games = $games . " " . "Trek 2000"; $count = $count + 1; $cost = $cost + 25; } if ($count == 3) {$cost = 75;} if ($count == 4) {$cost = 95;} if ($count == 5) {$cost = 110;} if ($count > 2 && isset($_POST['sodc'])){ $cost = $cost +5; } if (isset($_POST['cd'])){//350 $cost = $cost + 10; $games = $games . " " . " on CD"; } if (isset($_POST['vipm'])){ $games = $games . " " . "VIP Mud"; $cost = $cost + 30; } if (isset($_POST['cd'])){ $cdtrue = "yes"; } else { $cdtrue = "no"; } if($abletobuy == "false"){ echo "Sorry, but there is missing or invalid information"; $_SESSION['counter'] += 1; ?>
BACK "; Echo "The Games wanted are - $games" ?>