How to limit characters in PHP - then link to full story?

David

New member
Existing code is: echo nl2br($row['body_'.$langname]); ---- The actual field name is body_eng. The nl2br is needed to read special characters...
 
Back
Top