Your registration was successfully submitted.
Click here to view the SpaceTEC Partners, Inc. Product Catalog
To learn about the FAA Safety Team (FAASTeam), click this link.
To view the following policies and processes, please click the associated link:
SPI Review and Appeals Process
SPI Complaints Process
SPI Denial Suspension Policy
SPI Document Retention and Destruction Policy
SPI Impartiality Statement
Terms and Privacy Policy are coming soon.
To view the SpaceTEC Partners, Inc. 2015/2016 Annual Report click here.
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`,`Pass/Fail`,`Cert Date`,`Examiner`,`Cert. #`,`Cert Sent`,`Testing Center`,`Test Type`
FROM certifications
WHERE `userID` = ‘$useful'”);
echo “
Certification | Version | Date | Score | Pass/Fail | Cert Date | Examiner | Cert. # | Cert Sent | Testing Center | Test Type |
---|---|---|---|---|---|---|---|---|---|---|
“.$row[‘Certification’].” | “.$row[‘Version’].” | “.$row[‘Date’].” | “.$row[‘Score’].” | “.$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.