Connecting Tech Pros Worldwide Help | Site Map

only for saved password for the form...

jodleren
Guest
 
Posts: n/a
#1: Aug 22 '07
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

ZeldorBlat
Guest
 
Posts: n/a
#2: Aug 22 '07

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


On Aug 22, 3:48 pm, jodleren <sonn...@hot.eewrote:
Quote:
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.

Jerry Stuckle
Guest
 
Posts: n/a
#3: Aug 23 '07

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


jodleren wrote:
Quote:
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
==================
Jerry Stuckle
Guest
 
Posts: n/a
#4: Aug 23 '07

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


Jerry Stuckle wrote:
Quote:
jodleren wrote:
Quote:
>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
==================
Closed Thread