Search found 4 matches

by cessnajumpin
Sun Nov 16, 2008 9:15 am
Forum: PHP - Code
Topic: Using PHP to create XML folder structure
Replies: 6
Views: 606

Re: Using PHP to create XML folder structure

Great!

Thanks a ton, I will play with that today!
by cessnajumpin
Sat Nov 15, 2008 9:48 pm
Forum: PHP - Code
Topic: Using PHP to create XML folder structure
Replies: 6
Views: 606

Re: Using PHP to create XML folder structure

Hmm.... Yeah, I guess that's one of the downfalls about trying to repurpose code. Is there an implode that doesn't need the first argument though? I've updated the page and the path is getting pushed into an array. But it doesn't appear to be separated by a comma, and when I try to use that as an ar...
by cessnajumpin
Sat Nov 15, 2008 9:12 pm
Forum: PHP - Code
Topic: Using PHP to create XML folder structure
Replies: 6
Views: 606

Re: Using PHP to create XML folder structure

Hey tasairis, ideally the end result would be <node1 attribute = "Female"> <node2 attribute = "Size1"> <node3 attribute = "TheirName"> <image>123.jpg</image> <image>123.jpg</image> <image>123.jpg</image> </node3> </node2> </node1> Currently, I'm not really worried about...
by cessnajumpin
Sat Nov 15, 2008 8:28 pm
Forum: PHP - Code
Topic: Using PHP to create XML folder structure
Replies: 6
Views: 606

Using PHP to create XML folder structure

Hi guys, So I'm not exactly a Noob at this, but I've been away from anything really in depth with PHP for over a year now. The problem I have is that I have a client who wants to be able to put a folder of images on her server and go to a page where the PHP will have written out an XML syntaxed page...