-
Creating a dir in a folder via php
Is there a way of creating a directoy with a specific name using php. I currently have a way of creating a directory on the same level as the php doc however with this code i want to be able to create a directory within another directory and give it a name. is this possible ?
-
-
http://php.net/manual/en/function.mkdir.php
Just set a path (a relative path to the execution location of the active script).
Set it to recursive you need to generate several layers.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks