Ok I have created a simple form in order to build new product pages using php. I wanted to be able to have a simple form that a data entry person here could input text and such areas as page titles, meta content, brand names, and other text on the new page. The form seems to work fine, however, I would ultimately like the form results page to be an html page. Of course using php scripts to echo the form inputs needs to be coded in a .php file.
Is there a way to submit php forms and have the outputs saved as a new .html page?
I'm trying to make this process as simple and easy to use as I can. The person who will be using this has NO understanding of html or any coding. A form seemed like the most straighforward solution. Thanks for any help!