var Entries = $("#TextArea1").val().split(/\n/g);

Will give you an array of items broken up by the line breaks in the
<textarea>




On Dec 5, 10:32 am, Jesse <[EMAIL PROTECTED]> wrote:
> I have an html textarea that is 41 columns wide.  I need to capture
> each line and input it into a database( each line in its own seperate
> field).  I have been searching the internet and haven't had any luck
> at finding anything.  Any help would be greatly appreciated.
>
> Thanks!

Reply via email to