Mon Aug 20, 2012 11:39 pm
The str_replace() function replaces some characters with some other characters in a string.
Syntax:
str_replace(find,replace,string,count)
Where,
find:-Required. Specifies the value to find
replace:- Required. Specifies the value to replace the value in find
string:-Required. Specifies the string to be searched
count:-Optional. A variable that counts the number of replacements