Hello,
I have a 'strange' situtation.
I have this string "Who Am I" that will be used as an header (site for a client) but the design shows that the word "Who" and the words "Am I" are in 2 different colors, in HTML this is a quick fix, but in PHP?
What I was thinking was explode the string and fetch the first element put it in a var en then concat the 2 others.
But what if the title is more then 3 elements after exploding? It needs to be more dynamic, but I don't know how to do it.
Does anyone have an idea?