Does such a script exist?
After submitting your information to MYSQL, a html document document is produced and uploaded to your webspace?
If so would someone be kind enough to post me a link.
Many Thanks Adrian
After your sql query (INSERT?), have following two lines to direct users to a page (eg. thankyou.php):
header ("location: thankyou.php"); exit;
You can parse the HTML in PHP, use FOPEN to create the .html file, then use header() to redirect. OR you could make the html page manually, then just use header() to redirect after the form is submitted