Domain name:   
"; foreach($results as $p=>$v) { $prot = getservbyport($p,"tcp"); if($v) { echo "".strtoupper($prot).": The «$prot» is accessible!
"; } else { echo "".strtoupper($prot).": There seems to be a problem connecting to «$prot»
"; } } echo"
"; } ?>