Ver Mensaje Individual
  #36 (permalink)  
Antiguo 22/08/2005, 15:13
Avatar de johnnylee
johnnylee
 
Fecha de Ingreso: abril-2005
Mensajes: 13
Antigüedad: 19 años
Puntos: 0
creo ke hay una forma de validar al menos el dominio es con checkdnsrr:

"checkdnsrr
(PHP 3, PHP 4 , PHP 5)

checkdnsrr -- Comprueba registros DNS correspondientes a nombres de máquinas en Internet o direcciones IP.
Descripción
int checkdnsrr ( string host [, string type])


Busca en DNS entradas del tipo type correspondientes a host. Devuelve verdadero si encuentra algún registro; devuelve falso si no encuentra ninguno o sucedió algún error.

type puede ser: A, MX, NS, SOA, PTR, CNAME, o ANY. Por defecto es MX.

host puede ser o la dirección IP de la forma xxxx.xxxx.xxxx.xxxx o el nombre de la máquina.

Ver también getmxrr(), gethostbyaddr(), gethostbyname(), gethostbynamel(), y named(8) en las páginas del manual.
"