|
Posted by Jerry Stuckle on July 8, 2008, 6:59 am
Please log in for more thread options
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:
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
==================
|