Hello all,
Wondering if you could help me I am using a flash component which requires me to have the XML used in a strict format like this;
<?xml version="1.0" encoding="utf-8"?>
<photos path="images/">
<photo name="photo1" url="photo1.jpg">This is photo1</photo>
<photos>
I am using PHP to...