I am trying to take part of a text in php.
I'm talking about, for example taking "Hello my name is..." from "Hello my name is John Doe, I am a computer engineer".
Is it possible to do this with php and how would I do this?
UPDATE: I want to return the first 20 characters and "..."