Hello All, Could anybody tell me How to create directory for each and every user in PHP ?? and I also want to Allocate a perticular space for each directory. How it's possible..Please help me ASAP..
Tabish
mkdir()
---John Holmes...
Hi John, but how could I Allocate a perticuler space for each directory ??
How do you do it from the command line? use exec() or popen() to do it the same way...