/ Published in: PHP
Cut the string to needed length with keeping words.
Expand |
Embed | Plain Text
<?php $max_length = 150; ?>
You need to login to post a comment.
chupzzz on 06/22/12
1 person have marked this snippet as a favorite
Cut the string to needed length with keeping words.
<?php $max_length = 150; ?>
You need to login to post a comment.