I know this allready, I explained this in the original message. "I know how to manage sending simple form elements to an email (email,subject,body) and so on" How do I FORMAT the body of an email when there are multiple variable inputs for the body?? Formatting as in Line Breaks etc etc. Cheers ----- Original Message ----- From: "John W. Holmes" <holmes072000@charter.net> To: "'Bruce Levick'" <bruce@vivamotion.com>; <php-db@lists.php.net> Sent: Saturday, January 11, 2003 1:08 PM Subject: RE: guestbook to db to email > > I am going to build some form elements to use as submitting to a DB > for a > > guestbook. Then display those inputs on another page as the entries to > the > > guestbook. I also want to send the information they submit to an email > > address. I know how to manage sending simple form elements to an email > > (email,subject,body) and so on. But with a guestbook there will be a > few > > more elements in the body of my email. > > > > Does anybody know of a very good way to format the body of an email > when > > form elements are sent into the body?? > > Form elements are just variables. Insert them into a string and make > that your message... > > $message = "This is a message from {$_POST['name']}. They said this: > {$_POST['message']}"; > > etc... > > ---John W. Holmes... > > PHP Architect - A monthly magazine for PHP Professionals. Get your copy > today. http://www.phparch.com/ > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php