1st page: <form> <textarea name='thebody'></texarea> </form>
2nd page: $str_body = $_POST['thebody']; mail('[EMAIL PROTECTED]', 'This is the subject', $str_body); Of course you can have the email and the subject fields come also from the 1st page. Hope that helps! -- itoctopus - http://www.itoctopus.com "revDAVE" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi folks, > > I have a form on page one - and would like to submit to a second page in > PHP > that could grab the fields and send it out as an e-mail. > > Are there any links that show how do this? > > > Thanks in advance - Dave > > > -- > Thanks - RevDave > [EMAIL PROTECTED] > [db-lists] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php