As mentioned in the title im trying to replace more than one string and im worndering if its possible with str_replace(); Or is there a easier way?
Example:
str_replace('hello','#$@&%*!',$text);
I'm replacing "hello" with "#$@&%!" but i also want "world" to get replaced with "#$@&%!".