YAY!!!!  It works, but you have to use Off/On not 0/1, at least for ver 3.

Thanks for all the help everyone!!

-- 
Christie Walker




On Thu, 17 Aug 2000, Christie Walker wrote:

> > The key point is that they are completely different.  Here's a quote from
> > the part of the manual on configuration
> > <http://www.php.net/manual/configuration.php>:
> > 
> > "When using PHP as an Apache module, you can also change the configuration
> > settings using directives in Apache configuration files and .htaccess
> > files."
> > 
> > "With PHP 3.0, there are Apache directives that correspond to each
> > configuration setting in the php3.ini name, except the name is prefixed by
> > "php3_"."
> > 
> > "With PHP 4.0, there are just a few Apache directives that allow you to
> > change the PHP configuration settings. "
> > 
> > So, in PHP 4 you say
> > 
> > php_value magic_quotes_gpc 0
> > 
> > in PHP 3 you say
> > 
> > php3_magic_quotes_gpc 0
> > 
> > 
> > Leon
> 
> Leon, that's the page I *was* looking at, but I didn't see on that page
> anywhere that said you use php_value for ver 4 only and not for ver 3.  At
> least I thought the page was very confusing because it doesn't say "this
> section is ver 3" and "this section is ver 4" it just talks about them
> both mixed in.  Thanks for the help I will try it.  Hopefully it will
> work! :)
> 
> 
> 
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
> 



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to