Generating XML using PHP issues

Hi all,
I need some of your help, I'm working on my PHP script to create the XML document with encoding utf8 so I can generate the XML file to allow me to save the XML file in my web host.

I want to make the xml output to something like this:

PHP:

<?xml version="1.0" encoding="UTF-8" ?>

<tv generator-info-name="www.mysite.com/xmltv">

<channel id="">

   <display-name>Information from database</display-name>

   <programme channel="Information from database" start="" stop="">

       <title…

Generating XML using PHP issues

See original post by mark103

Leave a Reply