Creating a directory structure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nader

    Creating a directory structure

    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

  • Jerry Stuckle

    #2
    Re: Creating a directory structure

    Nader wrote:
    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:



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

    Comment

    Working...