? include_once("mysql.inc"); if($do == "submit") { $email = trim($email); if (!$type) $q = "SELECT * from WGD_accounts where email='$email'"; else $q = "SELECT * from WGD_wholesalers where email='$email'"; $results = mysql_query($q); $amount = mysql_num_rows($results); if ($amount > 0) { $row = mysql_fetch_array($results); $password = $row["password"]; $htmlmessage.="
"; $htmlmessage.="

"; $htmlmessage.=""; $htmlmessage.="
"; $htmlmessage.="Your Account Details:

"; $htmlmessage.="Email: $email
"; $htmlmessage.="Password: $password


"; $htmlmessage.="

Click here to visit WeeklyGameDeal.com"; $htmlmessage.="

"; $htmlmessage.="

"; include_once("class.phpmailer.php"); $mail = new PHPMailer(); $mail->From = "support@weeklygamedeal.com"; $mail->FromName = "WeeklyGameDeal"; $mail->AddAddress($email); $mail->IsHTML(true); $mail->Subject = "Account Information for WeeklyGameDeal.com"; $mail->Body = $htmlmessage; $mail->Send(); header("location: thanks.php?message=1"); exit; } $error = "y"; } include_once('topnav.inc'); ?>


Register

Login

Wholesale










About Us

Contact Us

Wholesale

Privacy Policy


Forgot Your Login?

Retrieve Password

Enter your email address below and we will send you your password.

email:









Home | About Weekly Game Deal | Shop For Video Game Deals | Terms & Conditions | Return Policy | Privacy Policy | Wholesale | Contact Us

Web Design by The Web Corner