ich have a question with apache and mod_perl I can write a Handler in perl which is called before anything else happens. this allows me to write all sorts of auth stuff. is there something similar in PHP.
e.g.:
in httpd.conf
<Directory /foobar> SetHandler MyFoo.php </Directory>
this would really help a lot !
Zoff.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php