Jump to content

creating folders


pouncer

Recommended Posts

im in member.php which is inside a folder called 'member'

 

i have a folder called 'collection' which is outside this member directory.

 

i want to create a folder inside the 'collection' folder based on the username, e.g,

 

$_SESSION['Username'] . "_images";

 

so that will be like: john_images folder. i want to actually check if the folder 'john_images' doesn't already exist though.

 

can soemone please show me how it can be done?

Link to comment
https://forums.phpfreaks.com/topic/41440-creating-folders/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.