Hello people,

I had an idea of storing my website's feedback form data into an xml file rather than using a database table. It works faster using an xml file when retrieving data than using a database table. Please suggest me, what if I use xml files for storing complex data. I am working in php, what kind of parsing methods can I use to make the process efficient if I deal with larger xml files.

simpleXML is always the good choice when it comes to parsing the XML

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.