Date: 10/10/00
- Next message: Barend Scholtus: "Re: [phplib] PHP4 sessions (was Is it necessary to pass Session ID...)"
- Previous message: Andreas Otto: "Re: [phplib] Has anybody had any success with Sybase/PHP on Windows?"
- In reply to: Arno A. Karner: "[phplib] whos escaping the data"
- Next in thread: Arno A. Karner: "Re: [phplib] whos escaping the data"
- Reply: Arno A. Karner: "Re: [phplib] whos escaping the data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> switched to php4, apache 1.3.15, phplib 7.2c
> now when i type in date > '2000-10-01' hit submit button
> i get post vars filt=date > \`2000-10-01\' which doesnt make a good sql
> where clause, could some one spoon feed me the config option i need to
> change
> is it apache, php_mod4, or a header sent to the browser all seem
> possible to me, ive also upgraded them all since the last time i tried
> this
Please post php questions to a php list next time; this list is for phplib.
You should use the php function "stripslashes" to remove the backslashes,
but you need to consider all consequences of what you're doing.
Michael
-- Michael Darrin Chaney mdchaney <email protected> http://www.michaelchaney.com--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Barend Scholtus: "Re: [phplib] PHP4 sessions (was Is it necessary to pass Session ID...)"
- Previous message: Andreas Otto: "Re: [phplib] Has anybody had any success with Sybase/PHP on Windows?"
- In reply to: Arno A. Karner: "[phplib] whos escaping the data"
- Next in thread: Arno A. Karner: "Re: [phplib] whos escaping the data"
- Reply: Arno A. Karner: "Re: [phplib] whos escaping the data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

