I have already set up some PHP script to create an XML document.
However the header comes out like this:
how can I cahnge it so that I get the heading:HTML Code:<?xml version="1.0"?>
The first part of my php code is:HTML Code:<?xml version="1.0" encoding="utf-8"?>
PHP Code:$doc = new DOMDocument();
$doc->formatOutput = true;



Reply With Quote



Bookmarks