Merging Strings in PHP?

ozzie

New member
I need to split two strings into characters, and then merge them together using PHP. The characters of the second string have to be echoed backward when merged with the characters of the second one. Something like:

$string1 = pete
$string2 = john

$NewString =pnehtoej

Any idea?
 
Back
Top