Shorted a string in PHP

Hey dudes,

I need to shorten a string to 10 characters on the fly, regardless of how long it is. What would be the easiest way to go about this? I couldnt find a PHP function in the PHP manual specifically for this task.

Kind regards and thanks

See [fphp]substr/fphp. :wink:

thankyou Anthony !!:eye: