I want to put the apostrophe in my MySQL database because I am going to access it via Microsoft Access 2007. How do I allow apostrophe's through php into the MySQL database? I've tried mysql_real_escape_string() but it puts the html equivelant. Any help is appreciated!