HI all
I use the following code to set a cookie on my website
setcookie ("cookie_info",$name, $time+3600)
and the following to delete it
setcookie("cookie_info", "",$time+3600)
I even tried
setcookie("cookie_info", "", mktime(12,0,0,1, 1, 1990))
But when I go back to the home page it echo's the following :
Welcome back deleted
and the problem is that I have no user named deleted