www.php.net/stripslashes

                        Adam

On Wed, 18 Sep 2002, Jason Vincent wrote:

> Hello,
>
>       New PHP (long time PERL user) here.  I am using an Access database -
> yeah I know Access is crap, but I have no choice.  Anyway, it seems that
> this magic backslash thing is unavoidable.  As I understand it, I can shut
> it off at the .ini level, but I am running this app on a hosted server with
> other apps - I haven't the choice to make that change.  The question is
> this...
>
> Can I override the magic_quotes_gpc setting at the script level?  (i.e. on
> the fly, for this script only?)  If not, I am guessing I need to remove the
> single quotes on the client side (javascript) prior to submitting the data?
> (any other ideas on how to handle this without changing the .ini?)
>
> Thanks in advance
> J
>
>
>


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

Reply via email to