Hi all i need a particulary type of string replace in php. I need to replace a word with two different others words.
For example: in the string "Hi mom, hi dad" i need to automatically replace the word "hi" with two other different, for example "mary" and "john". So if there is only one occurrence of "Hi" it replace only with "mary" but if there are more than one it uses all the association of words.
So, one word more replaces based on how many times the word occurrence. Thanks to all who can help me!