Rate this script:  I Love it  /   I Hate it

Trim a line of text to X characters


Code


<? $varshort = substr($var,0,25); echo "$varshort"; ?>
 

 

 
Trim a line of text to X characters scripts | Trim a line of text to X characters snippet | Trim a line of text to X characters example | Trim a line of text to X characters tutorial | Trim a line of text to X characters code