PHP
$array = Reihe („google.com“, „yahoo.com“, „ihavenomx.com“);
für ($c=0; $c < 3; $c++)
{
$domain = „$array [$c]“;
unset ($mxrecords);
$mxrecords = Reihe ();
//start schnitt von hier sich schlingen außen von oben
getmxrr ($domain, $mx_host, $mx_weight);
für ($i=0; $i < Zählimpuls ($mx_host); $i++)
{
$mxrecords [$mx_host [$i]] = $mx_weight [$i];
}
wenn (leeren ($mxrecords))
{
„KEIN MX “ widerhallen;
}
sonst
{
Echo „JA MX “;
}
//end-Schnitt
}
? >
|