I’m trying to work out if there’s a way that I could possibly implement a feature to my website that would allow a user/guest to create a new web page that will be stored on the server without needing to go through an FTP directly.
I’m looking for really basic functionality at the moment, just a basic form that will allow anybody to submit the name of a webpage that will then be stored in the root directory of the server. Anyone know if this is possible?
Any help will be greatly appreciated!
I’m trying to work out if there’s a way that I could possibly implement
Share
For automatic html page generation through forms, you’ll need to learn scripting languages such as php.