Hello,
I would create a directory structure in an web application based on
information which will be given by the user via a form. The directory
structure will be as following :
YYYY (year)
|-------MMDD
|-----ANA
|-----ELEARN
.....
|----FC
|------Text
|------ IMG
|-------MISC
.............
Would somebody give me a suggestion to solve this problem by using of
PHP standard functions or any other functions?
With regards,
Nader
I would create a directory structure in an web application based on
information which will be given by the user via a form. The directory
structure will be as following :
YYYY (year)
|-------MMDD
|-----ANA
|-----ELEARN
.....
|----FC
|------Text
|------ IMG
|-------MISC
.............
Would somebody give me a suggestion to solve this problem by using of
PHP standard functions or any other functions?
With regards,
Nader
Comment