Replace the string instead of searching string in PHP [Replace String ] 


<?php

$replace = str_replace("r", "t", "kumar");
echo $replace;
?>

**********output ********
kumat

// here r replace with t

[ add comment ] ( 1 view )   |  permalink  |   ( 3.1 / 27 )

<<First <Back | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Next> Last>>