auto summarizing
Posted: Mon Jul 23, 2007 9:12 pm
Hi
Can php give us a summary of a text?
Can php give us a summary of a text?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$summary = substr($test, 0, 200);Useful Posts Thread wrote:Chopping of text without losing words: chopping of text