hello, When I try to insert the character ' in the mysql database via a php form it displays a error I could replace ' with ' but I don't want to
I want it to be submitted into the database as it is
the meta is set to utf8 and mysql set names too
Thank you,
Mark
I think I got it
mysql_real_escape_string()
could someone confirm this
I want it to be submitted into the database as it is
the meta is set to utf8 and mysql set names too
Thank you,
Mark
I think I got it
mysql_real_escape_string()
could someone confirm this