I wonder whether someone could help me please.
I\'ve been trying to find a tutorial or examples of how to automatically create a folder in my server upon \'user regi
To create folders with php you can use the function mkdir (which stands for "make directory").
mkdir
http://php.net/manual/de/function.mkdir.php