Jump to content

Merging XML with PHP!!!! HELP!!!


Thauwa

Recommended Posts

I am trying to get data from mysql from a shared server to an XML file. Hele's the code I am tring to get the data into. (PROBLEM IS THAT I WANT THE FILE TO BE A .xml FILE!). the code below is XML.I want all values to be from MYSQL  :-[  which I can't figure out. Anyway, I want the output as an XML file.

<quiz>
<title>MySql</title>
<items>
	<item>
		<valuemain>MySql</valuemain>
		<value="MySql">MySql</value>
		<value="MySql">MySql</value>
		<value="MySql">MySql</value>
		<value="MySql">MySql</value>
	</item>

 

This is for a flash based app.

Please help and thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/148360-merging-xml-with-php-help/
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.