Problem in resetting cookie

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nsaravanan83
Forum Newbie
Posts: 1
Joined: Thu Sep 06, 2007 11:46 pm

Problem in resetting cookie

Post by nsaravanan83 »

I have a problem when using cookie resetting. after resetting a cookie, if i echo that cookie it just displays the value 'deleted'. Is it system problem or coding problem. Is anybody can help me?
User avatar
playgames
Forum Newbie
Posts: 22
Joined: Tue Sep 04, 2007 4:28 am

Post by playgames »

setcookie('cookiename','cookievalue','expire','area');

your code please~

maybe a problem with your explorer 8)
Post Reply