Hello All, Is there any method in PHP to create a sepearte Directory for each and every user??? And how could I Allocate a Perticuler space for each directory???
waiting for your reply..
Tabish
Use mkdir() to create a directory.
---John Holmes...
Thanx jhon , But how could I Allocate 5mb space for each Directory..