[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] IMP escaping special chars. Was: Had Enough of Dan Kriwitsky (OT)
- Subject: RE: [cobalt-users] IMP escaping special chars. Was: Had Enough of Dan Kriwitsky (OT)
- From: Hendrik Runte <cobalt@xxxxxxxxxx>
- Date: Sat Apr 7 23:31:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > By the way, does anybody know how to tell IMP not to escape every
> > special character with a slash? - I think, here\\\'ll appear one, eg.:
> \\\'
> > ;-)
>
> Yup. when installing IMP, you need to disable magic_quotes_gpc in your
> php configuration because it opts instead for PHPlibs equivalent (and
> more
> complete) implementation. The net effect is your escapes are being
> escaped,
> displaying an escape from which there is no escape except by
> commenting
> out magic_quotes_gpc in php.ini.
>
> Clark
Ahhh. I remember. Switched it off for the use of phpMyAdmin.
Thanks, Clark. I forgot.
Hendrik Runte