hello all, the question might be really easy but here's the deal... i have a form which contains the "description" field which is a textarea.... if i include a character which is single quote or a double quote, and submit the form this becomes something like this
description provided:
what's up
when submitted:
what\'s up
that data is submitted into database... now if i decide to read it from db, it will be written as:
what\'s up
what i want to do is to get rid of the backward slash character... can someone tell me if there is a php function which does that?
:D
the genuine genius