Page 1 of 1

Substr() is not enough!

Posted: Sat Jun 19, 2004 8:35 pm
by Joe
Recently I used substr() to shorten strings on the front page where some basic user information is shown. The only problem is when people use a very long concentrated string like '1111111111111111111111111111111111' it buggers the page up.

And suggestions. I was thinking possible wordwrap()

Posted: Sun Jun 20, 2004 9:05 am
by burzvingion
can you show us your code?