Well, let's start with the script itself and how it would write to a folder. From the form go the variables...
<? php
$message="<html><head>
</head><table align=center style=border:1px solid #ff0000;font:bold 16px tahoma;color:white;background-color:black><tr>
<td>$comments</td></tr>
</table>
</body><html>";
?>
Now, how do I get this to write it's own html/php page in a folder on my site?
Thanks 😃