i'm having no luck with this one.
I need to create a static HTML page from a php script. I know it can be done but can't get it to work.
i am passing 2 variables from a form to 'themail.php' which is to be emailed. the layout is similar to below.
Dear $send_name
$send_body
Thanks, Joe Bloggs.
Once this page has been generated by php it needs to be saved as themail.html and sent by my mail system. The generation of the .html is the bit i can't get to work.
Any ideas??
Cheers,
Hugh