Connecting Tech Pros Worldwide Help | Site Map

only for saved password for the form...

  #1  
Old August 22nd, 2007, 08:55 PM
jodleren
Guest
 
Posts: n/a
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

  #2  
Old August 22nd, 2007, 09:15 PM
ZeldorBlat
Guest
 
Posts: n/a

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.

  #3  
Old August 23rd, 2007, 04:45 AM
Jerry Stuckle
Guest
 
Posts: n/a

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
==================
  #4  
Old August 23rd, 2007, 05:05 AM
Jerry Stuckle
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
rapidshare upload perl script for linux 8anos answers 9 January 9th, 2008 06:24 AM
vb.net 2003 express edition . help with password protecting Porkie999 answers 3 October 8th, 2007 02:56 PM
Populate input fields on a web form ero answers 7 August 13th, 2006 06:35 PM
username and password validation Eugene Anthony answers 15 June 19th, 2006 08:25 PM