I have a good cold fusion background but am now trying to tackle a new beast. I really only need to have e-mail functionality on an action page from a form page. Here is exactly what I need.
I have a form page that asks questions like: <form name="MyForm" action="formaction.php" method="post"> <input type="text" name="yourname"> <input type="radio" name="yourgender" value="male"> <input type="radio" name="yourgender" value="female"> <select name="hobby"> <option value="riding bikes">riding bikes</option> <option value="skiing">riding bikes</option> <option value="rafting">riding bikes</option> </select> <input type="submit" value="click here"> </form> I need to be able to e-mail the results of that form page to this address [EMAIL PROTECTED] My server name is mail.mysmtpserver.com. I know I'm asking a biggun' here, but with CF that would be a breeze so I'm assuming php can't be much harder. Can someone hook me up plz? thx in advance for your time, Burrito -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]