> > Does anyone may help in understanding how these functions work, with
> > an easy example?
>
> > a) $HTTP_POST_VARS[' '];
>
> That's not a function.
>
> > b) stripslashes();
>
> http://php.net/stripslashes
>
> > c) addslashes();
>
> http://php.net/addslashes
>
> See ya,