Register

'; } else { echo ''; } ?>
login home email already in use.

"; exit(); } else if ($errorCheck == 'stmtfailed') { echo "

stmt failed.

"; exit(); } else if ($errorCheck == 'passwordsdontmatch'){ echo "

passwords do not match.

"; exit(); } else if ($errorCheck == 'emptyinput') { echo "

please input in all boxes.

"; exit(); } else if ($errorCheck == 'none') { echo "

logged in successfully!

"; exit(); } } ?>