Twój błąd to :$user_check
. Zaproponuj zmianę, jak poniżej.
$result = $conn->prepare("SELECT * FROM register WHERE email = :user_check");
/*^^^*/
$result->execute(array(":usercheck"=>$user_check));