Jump to content

Problem with single quotes in mysql


mwouters

Recommended Posts

Hello,

When I insert a word in mySQL which contains a single quote, I escape it using addslashes($word);

When I do an export of my database I get this:

VALUES (2, 'kleuter', 'Gods\\'' dienst',

When I try to get it out of the database I don't get any results using:

SELECT * FROM `uitgaven` WHERE leermiddel='Gods\' dienst'

It looks like mysql escapes the \ and the quote seperately???

How can I get this to work?

Thanks a lot!

Mark.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.