On Wed, 1 May 2002, Neil Freeman wrote: > How do you obtain the value of 'error_log' (set within a .htaccess > file). Is there a $HTTP_x_VARS array available which contains this > information?
Nope. You can use phpinfo() to see what most of the predefined server variables are. In your case you'll have to parse the httpd.conf file yourself. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php