$result = mysql_query("SELECT noempleado FROM host WHERE noempleado=$noempleado", $link);$total = mysql_num_rows($result);echo "Hay en total: ".$total;