Please enter your last name!
'; } // Check for an email address. if (eregi ('^[[:alnum:]][a-z0-9_\.\-]*@[a-z0-9\.\-]+\.[a-z]{2,4}$', stripslashes(trim($_POST['email'])))) { $e = escape_data($_POST['email']); } else { $e = FALSE; echo 'Please enter a valid email address!
'; } // Check for a password and match against the confirmed password. if (eregi ('^[[:alnum:]]{4,20}$', stripslashes(trim($_POST['password1'])))) { if ($_POST['password1'] == $_POST['password2']) { $p = escape_data($_POST['password1']); } else { $p = FALSE; echo 'Your password did not match the confirmed password!
'; } } else { $p = FALSE; echo 'Please enter a valid password!
'; } if ($fn && $ln && $e && $p) { // If everything's OK. // Make sure the email address is available. $query = "SELECT user_id FROM users WHERE email='$e'"; $result = mysql_query ($query) or trigger_error("Query: $query\nYou could not be registered due to a system error. We apologize for any inconvenience.
'; } } else { // The email address is not available. echo 'That email address has already been registered. If you have forgotten your password, use the link to have your password sent to you.
'; } } else { // If one of the data tests failed. echo 'Please try again.
'; } mysql_close(); // Close the database connection. } // End of the main Submit conditional. ?>"...I signed up in Basic Sciences and used [StepPrep] in conjunction with my classes to drive home key concepts...I continued using [StepPrep] through clinicals in preparation for Step 1 and passed easily with a great score...I used the CS template to pass the clinical skills exam without a problem..I have not written Step 2CK yet but knowing I still have access to this great resource makes me confident I will pass it..."