Hi:

I have a form that currently checks if the username and password are correct
in mysql database. I need to know if it's possible to check this information
on apache server, using maybe $_SERVER['PHP_AUTH_USER'] and
$_SERVER['PHP_AUTH_PW'].
I know that this is set once the user enters his username and pass in popup
window.

There is currently a popup window that asks user to set his user and
password. I dont want this. I want to be able to validate login using
information that is stored in apache. Is this possible???

Henry
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to