sending an email with the textarea text

From: Yang Li Ke (yanglike_at_sympatico.ca)
Date: 01/30/04


Date: Fri, 30 Jan 2004 16:17:20 -0500

Hi guys,

Can anyone tell me how to use a text area and send an email
so that each line will be displayed on each line in the email
because right now its like one long string.

So basically what i do is that I have 1 textarea called msg
and when i press the submit it does this code:

mail ("my@email.com, "email test", $msg, "FROM : my@othermail.com");

-- 
Yang