Date: 02/03/06 (Web Development) Keywords: php, xml I am trying to create an XML file (specifically, an XSPF file) based upon mp3 files located in a particular directory called 'audio'. I am not sure which functions I need to use, though. I am under the impression that I do not need to use XML specific functions because XML specific functions are only needed for parsing an XML file. am I wrong? I am not exactly sure how to go about doign this, though I can guess that it is not that complicated. I have never used PHP to create a file before.
|