[Help] Commas and SQL Queries

I have a mySQL table. I am trying to query all items that have an element equal to something. One of which has a comma ("'"). Only with that entry, which I store in a variable, do I get errors. Is there a way around it? I tried the ´ (iThink that's right), but the text doesn't look right, plus I don't want to have to type "´" everytime I want a comma. Any help would be appreciated.

Edit: I just realised, I meant apostrophe, not comma. My bad.

#247509

Escape it when storing and unescape it when retrieving?

#247565

Doh. Of course. Brain fart :D. Thanks Ave.

#247837