HTML Form Question

So all you want to do is have a person type information in a few fields, then you display all that information in a sentence structure? You don’t need PHP for that. JavaScript will do the job.

The following page will set up a JavaScript form on your page and how to get the information back into your page: https://www.javascripttutorial.net/javascript-dom/javascript-form/

I think it’s going to be hard going if you have never done JavaScript before, though.