On Sat, 17 Feb 2001 09:31, James, Yz wrote:
> If each of the scrolling lines is separated by something regular, like
> a carriage return, or a line break, tab (etc), you could use explode();
> and have the values returned as an array.
>
> James.
>
> > I have a form that contains a scrolling text box.  When I display the
> > contents of the text box, say in variable $form[mytextbox], it
> > displays all on one line (or wraps at end of line).  As the ending
> > character of each line will vary, does anyone know of away to split
> > the lines up so that I can display the text box contents line by
> > line?
> >
> > Thanks,
> > Don
> >
> >

Have you tried using the WRAP=VIRTUAL parameter for the TEXTAREA tag?

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to