Jump to content

input boxes and wierd happenings


envexlabs

Recommended Posts

This is because of some kind of cleaning function you are using before querying the database. It looks for characters like that and puts a slash in front to tell the query that it is to use the actual character, not the syntax. It should still output the right character. One issue may be that you are using a funny character for apostrophe. I see ’ which is different than '. Maybe \’ isn't recognized by your database as a character (or syntax) so it is just the literl string. You could fix this by taking the check for that character out of the cleaning function or just using the normal apostrophe character. Try both and see what happens.

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.