Logged In: YES
user_id=227145

sorry it should be like this.

<?php
$hosts = array();
$weight = array();
_getmxrr( 'hotmail.com', $hosts, $weight );
_getmxrr( 'hotmail.com', $hosts, $weight );

print_r( $hosts );
print_r( $weights );
?>