Dear Friend, In this article we will discuss about str_replace function in PHP which is most popular and useful string functions.
more details : http://www.learnwebtech.in/str_replace-functions-in-php/
what is str_replace function ?
The str_replace() is a built-in function in PHP and is used to replace all the occurrences of the search string by replacement string. Search and replace string can be both type mean: normal as single word or sentence and a collection of string as array format for search and replace