how to get first two letter from a word using php program code example Example: get only the first two word from a string php $message = preg_split('/[\s,]+/', $message, 3)