Connecting Tech Pros Worldwide Help | Site Map

Creating a directory structure

  #1  
Old July 8th, 2008, 11:45 AM
Nader
Guest
 
Posts: n/a
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

  #2  
Old July 8th, 2008, 12:05 PM
Jerry Stuckle
Guest
 
Posts: n/a

re: Creating a directory structure


Nader wrote:
Quote:
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
>
>
The documentation is always a good place to start:

http://www.php.net/manual/en/function.mkdir.php

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enumarating through client's directory structure and upload multiple files to server SharepointKida answers 2 November 18th, 2005 04:24 AM
namespaces and directory structure soni29 answers 1 November 16th, 2005 06:16 AM
namespaces and directory structure soni29 answers 1 November 16th, 2005 06:15 AM
Q: Java source and directory structure - 'standard way' ? FISH answers 9 July 17th, 2005 11:39 PM