Posted by Janwillem Borleffs on 01/23/06 00:20
tomek wrote:
> i'm trying to find working script that would create directories
> recursively...
>
When using PHP5, you can apply the recursive argument to achieve this, see:
http://www.php.net/manual/en/function.mkdir.php
When using PHP4, see the user contributes on the same page for custom
implementations.
JW
Navigation:
[Reply to this message]
|