Hi,
I want to log logins to a directory protected by a .htaccess file
every someone logs in with username ASDF i want to increment a counter.

According to the documentation if a php script calls/invokes the basic
authentication box, it is passed back the username/password (which is
exactly what I need) *but* this works _only_ if php is running as a module.
That is unacceptable to me as I dont know what the client/s php setup will
be like...

Any ideas on how to make it work with both CGI and Module?

Have searched google for ideas without any good results....I suspect my
keywords are wrong because I'm sure I'm not the first one to run into this
little problem,
as you can see I have done my homework and now need ideas to make this
work.....is it possible?

Cheers,
-Ryan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to