<?$query = mysql_query("SELECT * FROM customavatar WHERE userid='$userid'");if (mysql_num_rows($query)>0) { echo "this user has an avatar.";}?>