Date: 10/11/00
- Next message: Michael Chaney: "Re: [phplib] whos escaping the data"
- Previous message: Arno A. Karner: "Re: [phplib] whos escaping the data"
- Maybe in reply to: Arno A. Karner: "[phplib] whos escaping the data"
- Next in thread: Nebbe, Joelle: "RE: [phplib] whos escaping the data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>like duh i know stripslashs does that, thats not what i asked and
>thats
>my fault for no being more clear, ive upgraded apache, php, and
>phplib
>every thing works or at least i thought so. but data i enter in
>the
>browser if it contains a single or double qoute is being escaped
>in the
>post variable and i do not want this to happen i dont want to add
>the
>code strip slashes on all post data because i use backslashed
>data when
>entering printer escape codes for reports
>so what didnt i configure the same, or what changed from
>apache 1.3.9 -> 1.3.15
>php3 -> php4
>phplib7.2 > phplib 7.2c
Turn off magic_quotes (either locally or in php.ini).
(It's a php thing, not phplib).
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Michael Chaney: "Re: [phplib] whos escaping the data"
- Previous message: Arno A. Karner: "Re: [phplib] whos escaping the data"
- Maybe in reply to: Arno A. Karner: "[phplib] whos escaping the data"
- Next in thread: Nebbe, Joelle: "RE: [phplib] whos escaping the data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

