<?php setcookie("login", "", time() - 3600*24*30*12, "/"); setcookie("password", "", time() - 3600*24*30*12, "/"); header('Location: /'); ?>