Re: [PHP-DB] hide passing value

2001-04-18 Thread Russ Michell

Ok fair play -

What about using sessions then:



simply place the code between the  at the top of each page 
you wish the password to be available on.

Hope that helps...

Russ


#---#

 "Believe nothing - consider everything"
   "Web Developers do it on-the-fly."

  Russ Michell
  Anglia Polytechnic University Webteam
  www.apu.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] hide passing value

2001-04-18 Thread Paul DuBois

On Wed, Apr 18, 2001 at 06:55:57PM +0100, Russ Michell wrote:
> Do you mean like:
> 
> 
> The script this value gets passed to will now have available the 
> varible: pswd with a value of the password field..

As will any user who knows about their browser's View Source command. :-)


> 
> ???
> 
> HTH :-)
> 
> Russ
> 
> #---#
>   
>  "Believe nothing - consider everything"  
>"Web Developers do it on-the-fly."
>   
>   Russ Michell
>   Anglia Polytechnic University Webteam
>   www.apu.ac.uk/webteam
>   [EMAIL PROTECTED]
>   +44 (0)1223 363271 ext 2331
>   
>   www.theruss.com
>   
> #---#
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] hide passing value

2001-04-18 Thread Russ Michell

Do you mean like:


The script this value gets passed to will now have available the 
varible: pswd with a value of the password field..

???

HTH :-)

Russ

#---#

 "Believe nothing - consider everything"
   "Web Developers do it on-the-fly."

  Russ Michell
  Anglia Polytechnic University Webteam
  www.apu.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] hide passing value

2001-04-18 Thread Sharmad Naik

I want to hide the values being passed between forms like password.
For that i tried GET and POST but wouldn't work.
Any other Ideas.
-Regards 
-- 
The secret of the universe is @*&í!'ñ^#+ NO CARRIER
___  _  _  _
|_|_||_||_||\/||_|| \
_|| || || \|  || ||_/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]