Aljaž Bizjak Zupanc wrote:
I recommend using Smarty for wrapping:

{$foo|wordwrap:30:"<br/>":true}

That does the exact same thing as:

print(wordwrap($foo, 30, '<br />', true));

Which is much more convenient if you're not already using Smarty.

Jasper

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

Reply via email to