[PHP-DB] Making a text wrapper

2003-02-22 Thread Lars Rasmussen
Hi All, I'm relly sorry to interrupt you, but i need a little help. I'm had to make a text wrapper that can take a string, and count the letters in words (and spaces) and exaple make a br each time 64 caracters has passed (BUT it may NOT split words into two...) I hope you understand me,

RE: [PHP-DB] Making a text wrapper

2003-02-22 Thread John W. Holmes
I'm had to make a text wrapper that can take a string, and count the letters in words (and spaces) and exaple make a br each time 64 caracters has passed (BUT it may NOT split words into two...) www.php.net/wordwrap ---John W. Holmes... PHP Architect - A monthly magazine for PHP

Re: [PHP-DB] Making a text wrapper

2003-02-22 Thread Paul Chvostek
On Sun, Feb 23, 2003 at 01:53:55AM +0100, Lars Rasmussen wrote: I'm had to make a text wrapper that can take a string, and count the letters in words (and spaces) and exaple make a br each time 64 caracters has passed (BUT it may NOT split words into two...) If http://www.php.net/wordwrap