How to automatically create a folder using php?

I have a personal website and I'd like my users to have a personal folder. Upon a new user creation, I would like the folder mysite.com/USER created. This folder would also include a index.php page, which would be the same for everyone. How do I do that?
 
Back
Top