[snip]
> The web Page (1) uses a <TEXTAREA> to permit the users write their things.
> If one user writes something like "aaaaaaaa" and the
> sentence has 200 characters 'a' without any <br> or enter '\n' then
> in web page (2) the table becomes "too fat" (like <table
> with="2000">, for example).
[snip]

Use wordwrap()

www.php.net/wordwrap

and force it to insert a space or something that'll cause it wrap within
your table.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to