I need to create a system where my users can add pages to my host. The folders should have random names like "7b9nrer" with one index.html file in it so they can be used with for example: http://mysite.com/7b9nrer/. The index.html file should be formed from settings made by the user.
The user should also be able to remove the pages they have created from a list of the existing pages, so I'm guessing I somehow have to combine it with SQL.
If someone has some similar code to offer me so I can customize it myself, that would be great. I just need something to start from. Links to tutorials or anything works too. Thanks!
The user should also be able to remove the pages they have created from a list of the existing pages, so I'm guessing I somehow have to combine it with SQL.
If someone has some similar code to offer me so I can customize it myself, that would be great. I just need something to start from. Links to tutorials or anything works too. Thanks!