PDA

View Full Version : Recusion, ohhh no!


Kram
02-25-2004, 07:53 PM
I would like someone to help with with a big problem I must have solved asap.

I want to search through directories and display it in table form. ie.
[main]
*files*
[folder1]
*files*
[folder2]
*files*
[folder2.1]
*files*
CAN IT BE DONE??????

agent002
02-26-2004, 02:22 AM
Not using JavaScript, or any other clientside language. You need serverside for that.