I have a quick question, with PHP, is it possible to create a new folder (directory) for each new user that is added to my database?
If so, where could I find a tutorial...
thanks in advance, djddb
mkdir()
see it all here: http://www.php.net/manual/en/ref.filesystem.php
thanks alot!