Trim Data In PHP

$description = "Some example here";
echo '.substr($description, 0, 6).';
Previous
Next Post »