0) {
errorc(‘Your password could not be changed. Please contact us.’);
}
//Encrypt $password for database
$password= $_POST[‘password’];
if ($password==”) {
error(‘Password cannot be blank.’);
}
$bcrypt = new Bcrypt(15);
$newpassword = $bcrypt->hash($password);
// Make a safe query
$query = sprintf(“UPDATE `userdata` SET `password` = ‘%s’
WHERE `E-mail` = ‘$email'”,
mysql_real_escape_string($newpassword));
mysql_query($query)or die(‘Could not update members: ‘ . mysql_error());
errorb(‘Your password has been changed.’);
}
else {
?>
Welcome,
“;
$result2 = mysql_query(“SELECT `Certification`,`Version`,`Date`,`Score`,`O&P Date`,`Pass/Fail`,`Cert Date`,`Examiner`,`Cert. #`,`Cert Sent`,`Testing Center`,`Test Type`
FROM certifications
WHERE `userID` = ‘$useful'”);
echo “
Certification | Version | Date | Score | O&P Date | Pass/Fail | Cert Date | Examiner | Cert. # | Cert Sent | Testing Center | Test Type |
---|---|---|---|---|---|---|---|---|---|---|---|
“.$row[‘Certification’].” | “.$row[‘Version’].” | “.$row[‘Date’].” | “.$row[‘Score’].” | “.$row[‘O&P Date’].” | “.$row[‘Pass/Fail’].” | “.$row[‘Cert Date’].” | “.$row[‘Examiner’].” | “.$row[‘Cert. #’].” | “.$row[‘Cert Sent’].” | “.$row[‘Testing Center’].” | “.$row[‘Test Type’].” |
“;
mysql_close($con);
?>
If you would like to change your password please visit the password change page.
If you believe this information is incorrect or needs to be updated please contact us.
To learn about the activities happening at CertTEC® and SpaceTEC®, check out our newsletters.
SpaceTEC® National Resource Center 2014 Organizational Chart
Please choose your sponsorship from the options below:
Sponsor a Candidate for CertTEC Electrical Certification BEE Exam Suite: $200 each.
Sponsor a Candidate for a CertTEC Composites Certification Exam: $400 each.
Sponsor a General Student Scholarship: $2000 each.
Sponsor a Course Development Project: $1000 each.
Sponsor a Program Development Project: $5000 each.
Sponsor a Manufacturing Sheet Metal Certification Exam: $100 each.
Sponsor a Manufacturing Structures and Assembly Exam: $100 each.
Sponsor a SpaceTEC Certified Aerospace Technician Exam: $500 each.
SpaceTEC Partners, Inc. is the parent company of SpaceTEC, CertTEC, and Credential Testing Services. To learn more, please click here.
To learn about the VetTEC® program, please click here.
The content you are trying to access is only available to members. Sorry.