Lo all,
if (getmxrr($DomainPart, $DomainMX, $Weight)) {
for ($Counter = 0; $Counter < count($DomainMX); $Counter++) {
echo "$DomainMX[$Counter] ($Weight[$Counter]) ";
}
}How can I manage to sort $DomainMX from the lowest $Weight to the highest, while still preserving the proper $Weight to the $DomainMX? Thankies :-) -- me -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

