Hi,
Thanks for the reply. I went through the article. It was good but what I wanted was not there and I couldn't get the code it was trying to explain. As such I tried to implement using the html_mine_mail class but I get an error. I have a very simple example as follows:
<!-- HTML file test.html -->
<body>
<form action="test.php" method="POST" enctype="multipart/form-data">
Name:<input type="text" name="name" />
Address:<input type="text" name="address" />
Gender:<input type="radio" name="gender" value="male" selected />
<input type="radio" name="gender" value="female" />
</form>
</body>
I wanted the visitor to send this same looking form in HTML form to me whenever the visitor post this message.
At present I'm using "red.formproc.php" by "Richard Heyes" using "html_mime_mail.class" if you have any example would be great.
thanks