Hi,

   How to set a forever cookie into client machine.  I use the following
syntax to set the cookie, but when I close the brower's window, then the
cookie is deleted when the browser closed.

setcookie("buyerid",$email,time()+36000000000,"","$domain");
setcookie("buyeridpasswd",$passwd,time()+36000000000,"","$domain");


Thank you for your attentions,


Mark Lo




-- 
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