Re: HTTP authenticate header

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



chandar wrote:
I am invoking a HTTP authenticate header in PHP,it opens as a popup.Is it possible for emebeding the same in the web page and ask the user for entering the user credentials and send the same data to the backend?

You're using HTTP authentication, therefore PHP does not get involved at all in providing a way for the user to enter their username and password. What you're talking about is providing an HTML form for the user to enter their details into - also known as form-based authentication - which is a very simple thing to do.

Google for terms like "php login form" or similar, you'll get a good starting point from that.

-Stut

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux