Either use the str_replace() function in php after retreiving the data, or change the data itself using MySQLs' REPLACE() function.
EDIT: And in the future, make this replacement before the data is stored in your database 
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
Last edited by lizciz; 08-23-2011 at 05:31 AM..
|