(X)HTML
SimpleXML – solution for XML manipulation in PHP
Sunday, September 7th, 2008If you ever do get the need to manipulate (read/write) XML, you could try using the PHP DOM API, but it’s very difficult to use the DOM. An good extension-less way to access and manipulate XML instead is SimpleXML. It’s very easy to use compared to DOM and features a easy way to access attributes […]
Next Entries »