hi guys/gals,
i have a form with a <textarea> tag.
as you all know in text areas, you can hit enter and youll get to a new line. when submiting the form, the action script will check for errors and display values in the fields that were entered in the previous page.
in the text area, if you used the enter key to skip to a new line it'll display something like "\r\n" followed by the value itself. is there a way to clear that?heres what i have exactly
echo"<td align=left><textarea cols=40 rows=10 name=\"new_course_desc\">".htmlentities($new_course_desc)."</textarea></td>\n";