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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.