only for saved password for the form...

only for saved password for the form...

am 22.08.2007 21:48:06 von jodleren

Hi!

Probably simple. I have an index.php, which prompts for a password,
but it causes me some problems in windows..

when opening www.mypage.com/somewhere/ it offers to remember the
password - fine
then, when exipred, I jump to www.mypage.com/somewhere/index.php, and
it offers to do that again.

How can I attach the password to the form, not the address?

A meta to the page itselt is probably not good...

BR
Sonnich

Re: only for saved password for the form...

am 22.08.2007 22:13:01 von zeldorblat

On Aug 22, 3:48 pm, jodleren wrote:
> Hi!
>
> Probably simple. I have an index.php, which prompts for a password,
> but it causes me some problems in windows..
>
> when openingwww.mypage.com/somewhere/it offers to remember the
> password - fine
> then, when exipred, I jump towww.mypage.com/somewhere/index.php, and
> it offers to do that again.
>
> How can I attach the password to the form, not the address?
>
> A meta to the page itselt is probably not good...
>
> BR
> Sonnich

Ask your browser. This has nothing to do with PHP.

Re: only for saved password for the form...

am 23.08.2007 05:41:24 von Jerry Stuckle

jodleren wrote:
> Hi!
>
> Probably simple. I have an index.php, which prompts for a password,
> but it causes me some problems in windows..
>
> when opening www.mypage.com/somewhere/ it offers to remember the
> password - fine
> then, when exipred, I jump to www.mypage.com/somewhere/index.php, and
> it offers to do that again.
>
> How can I attach the password to the form, not the address?
>
> A meta to the page itselt is probably not good...
>
> BR
> Sonnich
>

Don't put it in the forum. Use session variables instead.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: only for saved password for the form...

am 23.08.2007 06:02:27 von Jerry Stuckle

Jerry Stuckle wrote:
> jodleren wrote:
>> Hi!
>>
>> Probably simple. I have an index.php, which prompts for a password,
>> but it causes me some problems in windows..
>>
>> when opening www.mypage.com/somewhere/ it offers to remember the
>> password - fine
>> then, when exipred, I jump to www.mypage.com/somewhere/index.php, and
>> it offers to do that again.
>>
>> How can I attach the password to the form, not the address?
>>
>> A meta to the page itselt is probably not good...
>>
>> BR
>> Sonnich
>>
>
> Don't put it in the forum. Use session variables instead.
>

Correction - that should be FORM. :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================