Exemple des enregistrements de type ‘Mail Exchane’ November 29, 2011 Author: user {filelink=15331} <html> <head> <title> Mail Exchange </title> </head> <body> <?php $domaine = "www.mesexemples.com"; if(checkdnsrr($domaine)) { echo "Ce domaine à des enregistrement de tye MX"; } else { die("Aucun enregistrement trouvé"); } ?> </body> </html> Categories: Uncategorized