make a variable only 19 character long?
Posted: Tue Jul 04, 2006 9:05 pm
Ok I got
this trims my variablke to 19 characters, how can I make it show the 19 characters then "..." but only show if it is over 19 characters?
Code: Select all
$decrypted = mb_substr($decrypted, 0, 19);