alexandrepayet on 04/15/10
Last Edited at 04/15/10 01:58am
$str = "hello world !";$str = str_replace("world", "brian", $str);echo $str; // hello brian !
Report this snippet Tweet
Comment:
You need to login to post a comment.