Welcome Guest, Not a member yet? Register   Sign In
Cookie problem
#2

[eluser]Unknown[/eluser]
From User Guide:
Code:
set_cookie($name, $value, $expire, $domain, $path, $prefix);
Only the name and value are required.
To delete a cookie set it with the expiration blank.
Your
Code:
set_cookie('search', $keyword);
Alias of
Code:
delete_cookie('search');


Messages In This Thread
Cookie problem - by El Forum - 01-23-2009, 08:40 AM
Cookie problem - by El Forum - 07-22-2009, 04:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB