Forgive me, I do not use explode...
Although, if you use explode to split the string he gave, wouldnt it return "Content 1 ", and not "Content 1" ?
So, shouldn't it be: explode(" - ", $test"), so it splits things and doesn't leave a space at the end?
Or does explode already do this on its own?