Here's a tutorial :
http://www.oreillynet.com/pub/a/php/2001/01/11/php_admin.html
Here's track_vars in the manual :
http://www.php.net/manual/en/configuration.php#ini.track-vars
So in .htaccess it would be something like :
php_flag track_vars 1
To have it off, it would be :
php_flag track_vars 0
Regards,
be outside the box.
Philip Olson
http://www.cornado.com/
On Thu, 25 Jan 2001, April wrote:
> Is it possible to enable track_vars from a .htaccess doc, and does anyone
> have a link to a good basic (as in, insanely beginner) tutorial to do it?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]