Welcome Guest, Not a member yet? Register   Sign In
getting the cookie values
#4

[eluser]mrcoder[/eluser]
if($remember){
$cookie1 = array(
'username' => $username,
'password' =>$password,
'expire' => '86500',
);
set_cookie($cookie1);

get_cookie('username','true');
get_cookie('password');
}
i have written like this but iam not getting the values in cookies.iam getting null values.


Messages In This Thread
getting the cookie values - by El Forum - 08-17-2009, 05:17 AM
getting the cookie values - by El Forum - 08-17-2009, 05:27 AM
getting the cookie values - by El Forum - 08-17-2009, 05:31 AM
getting the cookie values - by El Forum - 08-17-2009, 06:14 AM
getting the cookie values - by El Forum - 08-17-2009, 06:32 AM
getting the cookie values - by El Forum - 08-17-2009, 07:16 AM
getting the cookie values - by El Forum - 08-17-2009, 07:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB