douduonang3169 2013-06-13 20:15
浏览 25
已采纳

jQuery Datatables.net库 - 将撇号插入MySQL

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?

  • 写回答

1条回答 默认 最新

  • douzhui8531 2013-06-14 15:20
    关注

    Posting as answer then so we can mark this question complete.

    Different PHP configuration perhaps? http://php.net/manual/en/security.magicquotes.what.php

    Magic quotes can cause this problem. Differences between WAMP and MAMP are much less common than server configuration differences between two servers. Usually if code works on one and not the other, there are differences in your Apache or PHP configuration.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?