Re: [PHP] Enabling track_vars.

2001-01-25 Thread Philip Olson
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] Enabling track_vars.

2001-01-25 Thread April
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 c