PHP to modify XML file
Posted: Fri Dec 19, 2008 8:35 pm
Essentially I need a secure admin panel to modify an XML file and upload a file.
Here's what the XML looks like:
So essentally I need a way for the php to enclose Image, thumbnail, and caption into the pic tag, I need it to be able to upload the image then auto resize it to a predefined setting, then a box for a caption.
And it needs to be a secure admin panel.
Thoughts?
Flash gallery I'm using
http://www.flashgallery.org
Here's what the XML looks like:
Code: Select all
<pic>
<image>gallery/1.jpg</image>
<thumbnail>gallery/s1.jpg</thumbnail>
<caption>Some lamp on the ground</caption>
</pic>And it needs to be a secure admin panel.
Thoughts?
Flash gallery I'm using
http://www.flashgallery.org