When I try to insert the contents of my textarea and someone has typed something like "couldn't", it yells at me because the quotation wasn't closed. It comes into the SQL query as couldn/'t, so I used stripslashes on it, and now it just won't work.
How do I let the users put in words like that?
