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));
$pertext = wordwrap($row_det[personal], 100, "\n", true);
echo nl2br(substr($pertext, 0, 1000));
Post a Comment