Display XML file : Text File Read : File Directory PHP Source Code


PHP Source Code » File Directory » Text File Read »

 

Display XML file



<?php

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

echo $xml_string;

?>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo File Directory
» Text File Read