Thanks to all who replied, this solution by Chris was bar far the
easiest to implement.
Really appreciate it :)
Chris Lambert wrote:
> $teaser = explode(" ", $article, 26));
> array_pop($teaser);
> $teaser = implode(" ", $teaser);
Justin French
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] splitting text after 25 words Justin French
- Re: [PHP] splitting text after 25 words Chris Lambert
- RE: [PHP] splitting text after 25 words Justin French
- RE: [PHP] splitting text after 25 words Robert V. Zwink
- Re: [PHP] splitting text after 25 words karthik
- Re: [PHP] splitting text after 25 words jose d lopez

