Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gilly30

  1. gilly30

    XML struture question

    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...
  2. gilly30

    XML struture question

    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...

Part and Inventory Search

Back
Top