Try stripslashes(fieldname) to "unescape" those slashes when retieving from DB
Phil J.
Jennifer Arcino Demeterio wrote:
> Hello all,
>
> I am having a problem in inserting text with apostrophe to mysql database.
>
> When a user fills out a form field that includes an apostrophe ,
> the ver
> When a user fills out a form field that includes an apostrophe ,
> the verify screen shows it as and it
That's because magic_quotes_gpc is enabled in your php.ini file. You can
turn this off if you wish, or simply do a stripslashes() on the string
you are displaying.
> is then input into th
Hello all,
I am having a problem in inserting text with apostrophe to mysql database.
When a user fills out a form field that includes an apostrophe ,
the verify screen shows it as and it
is then input into the database as - automatically adding
the backslash. The problem is that when the