if(isset($_COOKIE['lmf_member'])) $name = $_COOKIE['lmf_name']; //echo "Return"; else // // Delete a cookie by setting the expiration date to a date/time in the past: // // Set the expiration date to one hour ago setcookie ("TestCookie", "", time() - 3600); setcookie("lmf_name", $_POST["lmf_name"], time()-3600); setcookie("lmf_password", $_POST["knb_password"], time()-3600); setcookie("authorization", "T", time()-3600); ?>