I have two servers that I'm running locally - one on my mac using MAMP and one on my PC using WAMP. Both contain the same Datatables.net library and same php.
I can enter an apostrophe and have it escaped just fine into MySQL on the mac (MAMP) side, but not on the PC using WAMP - same code.
Is there a setting in PHP or MySQL that's not set by default on WAMP that's making the difference?