Returning XML with PHP
Some times (when working with Ajax requests or serving data for other sites) we need to generate XML output. Sending the well formed XML code only will not be interpreted as XML or will be very hard to parse. For external applications and Ajax will be available as simple text. In order to serve it […]