string replace other string in php code example Example: php replace string within string $new_string = str_replace( $take_out, $put_in, $string);