mfigge on 07/14/10
Last Edited at 07/14/10 11:54pm
if (strlen($texto) > 500) { $texto = substr($texto,0,strpos($texto," ",500))." ...";}
Report this snippet Tweet
Comment:
You need to login to post a comment.