Hi
Can php give us a summary of a text?
auto summarizing
Moderator: General Moderators
Code: Select all
$summary = substr($test, 0, 200);- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Better yet,
Useful Posts Thread wrote:Chopping of text without losing words: chopping of text