[PHP] wrapping text on a page display.

2001-05-21 Thread Floyd Baker



Hello..  Sorry, I know this is a constant problem.., at least for me.

Now I am using 'text' to store big inputs.  It does not wrap on the
screen display...   

I have it working on my machine with wordwrap with php4.
The isp does not have php4 yet, and it doesn't work with I upload.

What is the php3 alternative please?

The ascii between the ;'s is exactly this... One long line.

;I\'ll add details later.  Now is the time for all good men to come to
the aid of their country...  The quick brown fox jumped over the lazy
dogs back 12345 times...  Of all the fishes in the sea, the mermaid is
still the only one for me;


I am using include() on a net fusion .php3 page to pull the php script
to pull and print the text field.

Thanks. 

Floyd

--


-- 
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]




Re: [PHP] wrapping text on a page display.

2001-05-21 Thread Floyd Baker

On Mon, 21 May 2001 12:57:13 -0400, you wrote:



Hello..  Sorry, I know this is a constant problem.., at least for me.

Now I am using 'text' to store big inputs.  It does not wrap on the
screen display...   

I have it working on my machine with wordwrap with php4.
The isp does not have php4 yet, and it doesn't work with I upload.

What is the php3 alternative please?

The ascii between the ;'s is exactly this... One long line.

;I\'ll add details later.  Now is the time for all good men to come to
the aid of their country...  The quick brown fox jumped over the lazy
dogs back 12345 times...  Of all the fishes in the sea, the mermaid is
still the only one for me;


I am using include() on a net fusion .php3 page to pull the php script
to pull and print the text field.

Thanks. 

Floyd



You know there's an extra } in the first example for word wrap, under
string functions in the manual..I'm still having trouble with it
so I'd like someone else to take a crack at it too.  

Thanks..

Floyd



--


-- 
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]