Hi everyone,
I am new to PHP and am in need of some help. I'm using BNBFORM (located here ) to handle my forms and autoreply emails but all i'm able to do is send plain text autoreplies. Specifically my html form contains the code
<input type="HIDDEN" name="automessage" value="mymessage">
The file (mymessage.baut) is called from the cgi-bin and is in very plain text and in need of some desparate need of html dressing up.
What I cannot figure out is how to make this document into html. I saw on the web somewhere that placing
Print MAIL "Content-type: text/html\n\n";
could solve the problem but i don't know where to post it๐ Can anyone tell me what kind of code adjustments are needed to make this "mymessage.baut" file into an html email?
Thanks for any help..its much appreciated