Re: [phplib] whos escaping the data From: Michael Chaney (mdchaney <email protected>)
Date: 10/10/00

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