selectUserEmail(strtolower($_GET["email"])); if ($user->data_seek(0)) { echo "!avaliable"; } else{ echo "avaliable"; } } ?>