hi, im fairly new to php, and i was wondering if its possible to limit the numbers of letter or numbers (characters) in a string. for example, i have this sample code string:

$string = "i have alot of words here and want to make it shorter";

ok, lets say i only want to show the first 15 characters from this string, how would i do that?