File Directory Php

$xml_string = file_get_contents("contact.xml","rb");
echo $xml_string;
?>