note 98022 deleted from function.gethostbyname by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: RadeX 

----

<?php
 $domain = $_GET['w'];
$result = gethostbyname("$domain");
 if($result == $domain) {
  print 'El dominio no existe';
 }
else {
  print_r($result);
 }
?>

.php?w=google.com = 209.85.129.147
.php?w=notvalidedomain = El dominio no existe
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.