I will do my best to explain my situation and what I have done so far. I am new to php and have tried to learn everything from the net and the forums, but now I must post in one.
I have a form that is comprised of two pages input.html and output.php. The user completes the form (input.html) and submits it. They are presented with a finished product on their screen (output.php). I have it so a file is created with a unique .html name. The goal is to then email a recipient list with the link to this file on the server.
The problem is, I wanted the unique file to contain the output.php page with the user data and all I am getting is the php code along with simple html text.
Thanks in advance