convert csv file to xml

Light Poster
23Aug2007,18:24   #1
aswini_1978's Avatar
Hi,
I would like to know how to conver a csv file to xml in PHP.

I have fetched some records from database and saved in a csv file. Now I want to conver this file to xml by using PHP.

Thanks a ton in advance

Regards
Aswini
Team Leader
24Aug2007,11:45   #2
pradeep's Avatar
Download and install MiniXML, http://minixml.psychogenic.com/api.html#docfromarray create an array from the CSV file and use MiniXML to convert it into XML.