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