Member Area
Thanks for logging in! You are =$_SESSION['SessionUsername']?> and your email
address is =$_SESSION['EmailAddress']?>.
Error in database query
"; if($result->num_rows == 1) { $row = $result->fetch_assoc(); $email = $row['EmailAddress']; $_SESSION['SessionUsername'] = $username; $_SESSION['EmailAddress'] = $email; $_SESSION['LoggedIn'] = 1; echo "Success
"; echo "We are now redirecting you to the member area.
"; echo "Please click here if you are not redirected..
"; echo ""; } else { echo "Error
"; echo "Sorry, your account could not be found. Please click here to try again.
"; } } else { //Below is Step 1 Member Login ?>Member Login
Thanks for visiting! Please either login below, or click here to register.