RE: [PHP] scrolling text box

2001-03-28 Thread Jason Lotito
> -Original Message- > From: Randy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 28, 2001 8:49 PM > Cc: [EMAIL PROTECTED] > Subject: [PHP] scrolling text box > > > in php how would I ready line by line from a scrolling text box > > > here a

[PHP] scrolling text box

2001-03-28 Thread Randy Johnson
in php how would I ready line by line from a scrolling text box here are the values I would have in the scrolling text box a,1 b,2 c,3 After the user hits the submit button on the form how can I get php to read the data line by line sort of like it was reading it line by line from a file.