[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)



> > 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