hi,
i understand to insert special chars especially apostrophe, we could add addslashes or mysq_escape_string which is better.
however, im working on an import function which insert data from csv to 3 different database. i notice that in the database, there isn't backslashes for special chars.
so i prob cant addslashes since it will produce a '\' on the live site am i right.
my question is how can we add special chars like apostrophe into the db without the backslashes
tks in adv