php - How to insert a character inside a string -


$string=apple $add=£ $new=app£le 

i facing problem inserting character in string.

$string='apple'; $add='£'; $new=substr_replace($string,$add,3,0); echo $new; 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -