Adding a character to string
Posted: Sat Aug 19, 2006 10:07 pm
hi,
I know how to add string to string, but I dont know how to add a chracter to string like this:
I want it to print this h_ello world
I want to add underscore as second chracter in hello word.
help me plz
I know how to add string to string, but I dont know how to add a chracter to string like this:
Code: Select all
$text="hello world"I want to add underscore as second chracter in hello word.
help me plz