How do I insert an apostrophe into my database
ex:
Code:
INSERT INTO BLAH(BlaBla) VALUES('Boîte d'engrenage')
this will cause an error because of the quote inside the quotes