I am trying to load in a csv file that has persons names that contains names is an Apostrophe ie. O'Brien. So I keep getting an MySQL error when I try and import the file. Is there a way to escape the apostrophe?
Thanks, Ray
mysql_real_escape_string
Thanks