So do i use <textarea> in the form in place of the <input> command ?
just like the <input type="text" name ="smethiong"> works instead I use
<textarea > ?
I guess that the <textarea> can have a name and will be posted when I hit the submit button ? And then it can be reteived from the $_POST array ?