PHP Text probl.
PHP Text probl.
How to make this: if is the post bigger than exmp 250 characters to add after text "..."
Re: PHP Text probl.
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.