I need to insert a line break "\n" every 60 characters in my string, for email purposes. But the str_split function isn't available until PHP 5, and I want to make my program very portable. I also don't want to use PEAR.
Does anyone have any suggestions of how to do this? Thanks.