Re: [PHP] simple problem about authentication

2003-02-26 Thread Oliver Witt
Ernest E Vogelsinger schrieb: > At 14:22 26.02.2003, Oliver Witt spoke out and said: > [snip] > >if(isset($user) && isset($pw)){ > >$user = ucwords(strtolower($user)); > >$PHP_AUTH_USER = $user; > >$PHP_AUTH_PW = $pw;} > > > >[more...] > >And this works fine

Re: [PHP] simple problem about authentication

2003-02-26 Thread Ernest E Vogelsinger
At 14:22 26.02.2003, Oliver Witt spoke out and said: [snip] >if(isset($user) && isset($pw)){ >$user = ucwords(strtolower($user)); >$PHP_AUTH_USER = $user; >$PHP_AUTH_PW = $pw;} > >[more...] >And this works fine for just this page. Whenever I click on a link t

Re: [PHP] simple problem about authentication

2003-02-26 Thread Oliver Witt
"1lt John W. Holmes" schrieb: > > I'm trying to set up a password section on my website. But I don't want > > a window popping up asking for a username and password. I'd rather like > > to have a form that submits the data. I did that and it works fine, but > > the browser seems to not save the us

Re: [PHP] simple problem about authentication

2003-02-25 Thread 1LT John W. Holmes
> I'm trying to set up a password section on my website. But I don't want > a window popping up asking for a username and password. I'd rather like > to have a form that submits the data. I did that and it works fine, but > the browser seems to not save the username and password, because if i > cli

[PHP] simple problem about authentication

2003-02-25 Thread Oliver Witt
Hi, I'm trying to set up a password section on my website. But I don't want a window popping up asking for a username and password. I'd rather like to have a form that submits the data. I did that and it works fine, but the browser seems to not save the username and password, because if i click on