I would like to make a form that once you insert data into the form, it will automatically create a html format of the data you entered in a html and save it in a folder! How do i go by doing this?
Collect the data from the form, then write it to a file using filesystme functions.