I have an HTML page, called "Pre-test Information", getting useful form data from customers that sends a load of form data to the server. This calls a feedback.php script that emails the data back to me as a text file. All working fine.
How do I change the feedback.php script to return the data to me via email as a completed HTML page, ideally based on a blank "Pre-Test Information" template. Any code examples or tutorial info to look at much appreciated.
Or a way of parsing the emailed plain text file, straight into the HTML template?
regards
Rissole