Hi, I need to replace all " and ' characters in a field i have (mysql database). This field's name is "short_desc" and its type is "text". I'd like to do it by running an sql query via phpMyAdmin on all the data it contains. " should be replaced with " I think that ' should be replaced with ’ (right?) What query should i run to do that ? Thanks, E-A.