Let’s say I have a form with two input fields, title and comment. After the user fills the two fields and submits the data, a page is automatically created that contains the title and comment that the user typed, in a folder located in root directory, for example, http://www.root.com/page/ will contain the automatically generated page.
Update:
I’d like the form data to be sent to an SQL table row with the url of the auto-generated page to be in the same SQL row as the title and comment.
How do I do this via PHP?
1 Answer