Hi,
I am creating a shoutbox like message script, which has the message stored in the variable $message.
Now before I process this into my MySQL database, I want to check, if any word in the message has more than 10 characters, if yes, it will insert a " " (space character) after the 10th character of that word.
How could I do this, or any hints which PHP function could do this?
Thanks for any hints or solutions.
Mavvy