How do I do to delete a cookie?
This is how I've set it:
<?php setcookie("User","$_POST['username']",time()+3600); ?>
Anyone know how to do it?
Sorry about this! Don't worry about it... I solved it myself!
This is how I did it:
<?php setcookie("User","$_COOKIE[User]",time()-60); ?>