News

REPLACE (str,fromStr,toStr) When you want to replace a string from other string in a string then you can use REPLACE function. REPLACE function returns the string str with all occurrences of the ...
Find and replace a string in your entire MySQL database using this PHP script or PHP class. You can utilize it either as a class or via an HTML form.
Insert(str,pos,len,newstr)if you want to insert a string inside another string then you can use this mysql insert function. insert returns the string str, with the substring beginning at position pos ...
serfix corrects the character counts in PHP serialized string objects, within a MySQL dump file (.sql), when you need to do a mass change of the strings themselves. serfix was conceived out of a need ...