I'm trying to figure out the best way to replace apostrophes in various user input which is all formatted first using mysql_real_escape_string. Of course this replacement should take place after all input has been sanitized and anything funny removed. :)
Any help would be awesome!