How To Short Description In PHP

this variable $pertext convert into short text 

$pertext = wordwrap($row_det[personal], 100, "\n", true);
echo nl2br(substr($pertext, 0, 1000));

No comments

Note: only a member of this blog may post a comment.