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