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.

Terms and Privacy Policy are coming soon.

To view the SpaceTEC Partners, Inc. 2015/2016 Annual Report click here.

Email Address:

























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 {
?>

Change Password
Email Address:
New Password:














Home Page

Welcome,


“;
while($row = mysql_fetch_array($result2)){
print “

“;
}
print “

First Name Last Name Street City State Zip Code Telephone Personal Email Business Email Company
“.$row[‘First Name’].” “.$row[‘Last Name’].” “. “” . “ “. “” . “ “. “” . “ “. “” . “ “. “” . “ “.$row[‘E-mail’].” “.$row[‘Business Email’].” “.$row[‘Company’].”

“;

$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 “

“;
while($row = mysql_fetch_array($result2)){
print “

“;
}
print “

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.