creating a directory
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
creating a directory
how do you create a directory with php?
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
ok i looked over that, i been messing with it for about 15 minutes and i cant figure it out. i got
mkdir("test", some number)
i been using all the numbers, so far only 1 of them worked, but as soon as i uploaded the file it created the directory without me even going to the page.
when i use 0700 it creates the directory as soon as i upload the file without even going to the page, what i want to do is create different folders for different users. like after they register with a form, take the variable user and create that directory
mkdir("test", some number)
i been using all the numbers, so far only 1 of them worked, but as soon as i uploaded the file it created the directory without me even going to the page.
when i use 0700 it creates the directory as soon as i upload the file without even going to the page, what i want to do is create different folders for different users. like after they register with a form, take the variable user and create that directory
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am