Hi, i'm trying to create gallery using xml and php.
please see the sample of xml code, that allow me to create gallery from xml; does anyone provide me how to write in php code to read xml file to show gallery images!
please help thanks.
AM
Code:<category> <title><![CDATA[campus]]></title> <description><![CDATA[]]></description> <assets> <image> <large>http://demo.testing.com/uploads/2009_10_04_12_12_37.jpg</large> <thumbnail>http://demo.testing.com/uploads/2009_10_04_12_12_37_thumb.jpg</thumbnail> <caption><![CDATA[swswas]]></caption> </image> </assets> </category> <category> <title><![CDATA[canemorto]]></title> <description><![CDATA[]]></description> <assets> <image> <large>http://demo.testing.com/uploads/2009_10_27_06_17_02.jpg</large> <thumbnail>http://demo.testing.com/uploads/2009_10_27_06_17_02_thumb.jpg</thumbnail> <caption><![CDATA[]]></caption> </image> </assets> </category>


Reply With Quote
Bookmarks