Hello
I am no good in scripting, yet i am trying. I have folder full of images. I want to write a phpscriipt to read the folder and generate an xml file as
<root>
<file>
<name> [this should be image file name] </name>
<loc> [image path with extension]</loc>
</file>
<file>
<name> [this should be image file name] </name>
<loc> [image path with extension]</loc>
</file>
</root>
is it possible to do it?
hope it can be done. please help me.
thanks
krish


