PHP Echo Tutorials

Find and Replace

Written by phpecho.com   

With this code you can find a string in your MySQL database table field and replace it with another string.

UPDATE tablename SET tablefield = replace(tablefield,"findstring","replacestring");