On Tue, 11 Sep 2001 11:10:20 +0200, you wrote:

>Is it possible to transfer certain variables to a new scripts, but not doing
>this as uri-parameters (../bla.php?var1=var&var2=var#)

method=post forms

cookies

>I need it for Usernames and passwords and when the pages get cached the
>usernames and pwd's can be viewed in the Temp-inetfiles-folder in Windhoze.

You shouldn't be sending passwords back out as plaintext. If you need
to store that kind of state information at the client end (I doubt you
do) you should hash it first. Also, you should read :

http://www.php.net/manual/en/ref.session.php

djo


-- 
PHP General 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]

Reply via email to