$find 'find';$replace = 'replace';$string = str_replace($find,$replace,$string);
$string = str_replace('find','replace',$string);