How to display XML output in Browser?

Posted by om 28 August, 2009

To display XML file on browser use this header.

 
<?php
header("Content-type: text/xml");
 
?>
  • Share/Bookmark
Categories : PHP-XML Tags :

Comments
January 20, 2010

thanks for share :)
and don’t forget to specified an xml content. lol

Posted by angga
Leave a comment

(required)

(required)