Hello
Im creating the file from an SQL database
below is the code I have creating the xml file above
<?php// set server access variables include ("connection.php"); // create query $query = "SELECT * FROM songs"; // execute query $result = mysql_query($query) or die ("Error in query: $query...
Hello Id be gratefull for any help at all
I have created a flash mp3 player and i am trying to run it from a generated XML file. The file is being created fine however not in the xml formate i would like - I need the below structure
<?xml version="1.0" encoding="iso-8859-1"?>
<songs>
<song...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.