Welcome Guest, Not a member yet? Register   Sign In
i can`t use cookie helper
#1

[eluser]minhbu[/eluser]
hi !
i cannot use cookie helper but i used se_cookie of php that is well

$this->load->helper('cookie');
$c=array('name'=>'a','value'=>'1');
set_cookie($c);
echo get_cookie('a'); => return empty
setcookie('a2','2');
echo $_COOKIE['a2']; =>return 2




Theme © iAndrew 2016 - Forum software by © MyBB