Hello all,
Say I have the string.. "Hello World, how are you today?"
How would I go about removing everything before the comma (,)? So that I'm left with just " how are you today?"
Any advice would be great. I'm looked on php.net, but the closest thing I could find was trim, which didn't seem to do what I want to accomplish.
Thanks!
Jon Marus