Page 1 of 1

auto summarizing

Posted: Mon Jul 23, 2007 9:12 pm
by m2babaey
Hi
Can php give us a summary of a text?

Posted: Mon Jul 23, 2007 9:17 pm
by Benjamin

Code: Select all

$summary = substr($test, 0, 200);

Posted: Mon Jul 23, 2007 9:30 pm
by John Cartwright
Better yet,
Useful Posts Thread wrote:Chopping of text without losing words: chopping of text