PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to set up a registration system, whereby a user can register and make posts, I want to create a folder for users automatically upon registering and they should contain 1 file called index.php. There is a copy of this file on the webserver called index.php.
Hence all I need to do is write code to create a folder called the username and copy this file into it. Anyone know how this is done?