You could write a function like 

strippostslashes()

that is called on everypage that access the $_POST or $_GET variables...


--
Ray


On Sat, 2003-03-08 at 23:29, John Taylor-Johnston wrote:
> I need to stripslashes() practically every $value as I pass data from one submit to 
> another.
> 
> L\'apprentissage d\'une langue ...
> 
> Instead of doing it to every $value, someone showed me once something I could add 
> something to the beginning of my script. It was some type of code on a post_var that 
> turned off the addslashes on every $value. Anyone have an idea of what I'm talking 
> about?
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to