[PHP] carriage returns in php mailer

2005-05-12 Thread Ross
Hello, http://scottishsocialnetworks.org/mailer.phps I have a php mailer that takes in some text from a text box and puts in in an email. The problem is the body text is assigned to a variable to be put in the email but it does not pick up the returns. How do i do this?? R. -- PHP

Re: [PHP] carriage returns in php mailer

2005-05-12 Thread Richard Lynch
On Thu, May 12, 2005 2:40 am, Ross said: http://scottishsocialnetworks.org/mailer.phps I have a php mailer that takes in some text from a text box and puts in in an email. The problem is the body text is assigned to a variable to be put in the email but it does not pick up the returns. The