session_save_path("/home/users/web/b1244/ipw.gmagames/phpsessions"); session_start(); ?>
if($_GET['countrychange'] != 'true'){ if ($_SESSION['method'] != "paypal") { $message = $_SESSION['message']; $email = $_SESSION['email']; $mail = mail("sales@gmagames.com", "Game Order", "$message", "From:$email"); echo "Thank you for your order. An email has been sent to GMA Games with the details of your order. The credit card information has been encrypted for your security. As a rule, you should expect your product key within one business day. CD orders are sent by first class mail and may take 3 to 15 business days depending on your location."; ?> Return to Home } else { $message = $_SESSION['message']; $email = $_SESSION['email']; $games = $_SESSION['games']; $totalcost = $_SESSION['totalcost']; $mail = mail("sales@gmagames.com", "Game Order", "$message", "From:$email"); echo "Thank you for your order. An email has been sent to GMA Games with the details of your order. Please remember to click the paypal link below to finish your payment there."; ?> Return to Home } } if($_GET['countrychange'] == 'true'){ if (!isset($_POST['country1'])){ ?>