iswhomyname
New Member
I want to split a string after every five words.Example\[quote\] There is something to type here. This is an example text\[/quote\]Output\[code\]There is something to typehere. This is an exampletext\[/code\]How can this be done using \[code\]preg_split()\[/code\]? Or is there any way to wrap text in PHP GD?