Page 1 of 1

PHP Text probl.

Posted: Wed Jun 01, 2011 10:34 pm
by irfanh94
How to make this: if is the post bigger than exmp 250 characters to add after text "..."

Re: PHP Text probl.

Posted: Thu Jun 02, 2011 8:18 am
by libeco
If your text comes from a database, make sure you only select a maximum of 250 characters. In PHP use strlen to check the string length.