belick Posted August 13, 2006 Share Posted August 13, 2006 Hi everyone, I am tring to log into a cpanel through another form and I need to perform the login action before the username & password popupedI was thinking to use header("Location username:[email protected]); but its keep the information in the history bar.Then I tried to post keep the $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] into sesstion and redirect the page but it didn't work.Basicly I am try to pass the page authentication with out typing the user name & password.Please help Link to comment https://forums.phpfreaks.com/topic/17432-help-with-realm-login-through-web-form/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.