I have an rss feed parser that requires some find and replace of the code for it to work the way I want it to. I don't need it fixed as it already works but I need to alter it to display the way I want it to. Example: Find this code replace with this code First one to respond gets it.
$phrase="$text"; $find = "Hello Friend"; $replace = "Hello person new thread"; $newphrase = str_replace($find, $replace, $phrase);