validateEmail($ls_forgotPW_email)) $lb_forgotPW_Validation = true; else $lb_forgotPW_Validation = false; } ?> 0) { // Get the retrieved row $row = mysql_fetch_row($result); $lb_forgotPW_found = true; $ls_forgotPW_password = $row[0]; // PASSWORD $ls_forgotPW_first_name = $row[1]; // First Name $ls_forgotPW_last_name = $row[2]; // Last Name $_SESSION["forgotPW_email"] = $ls_forgotPW_email; } else { $_SESSION['email_not_found'] = true; $lb_forgotPW_found = true; $lb_forgotPW_Invalid_email = true; } // Free resultset mysql_free_result($result); // Closing connection mysql_close($link); } ?>
" . "You are receiving this email because you are a user of itrincwi.com
" . "and you filled out the forgot password form.

" . "Your password is: " . $ls_forgotPW_password . "

" . "Note: This e-mail was sent from an unmonitored account.
" . "If you have any questions regarding this message
" . "please contact us at http://www.itrincwi.com/contact/

" . "The ITR Team
" . "webmaster@itrincwi.com
" . "http://www.itrincwi.com/"; if ($utilities->sendEmail("webmaster@itrincwi.com", "ITR Webmaster", $ls_forgotPW_email, $emailSubject, $emailBody)) $_SESSION["forgotPW"] = True; else {// Failed } } ?> "; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo "Forgot your password?

"; echo ""; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo "No problem. Just enter the email address that you created your ITR account with, "; echo "and an email will be sent to that address containing your password."; echo "
"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Email:"; if (!$lb_forgotPW_Validation AND $ls_forgotPW_isSubmitted == "yes") { echo "Invalid E-mail"; } else if ($ls_forgotPW_isSubmitted == "yes") { if ($lb_forgotPW_Invalid_email) { echo "E-mail was not found in system!"; } } echo "
"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo "
"; echo ""; } else { echo "
"; echo ""; echo ""; echo ""; echo ""; echo "
"; echo "Your password has been emailed to " . $_SESSION["forgotPW_email"]; echo "
"; echo "
"; } ?>

Please read our Privacy Policy.
©2005. ITR. All Rights Reserved. Site Developed by Actual Cyber Solutions Inc.