php check if the cookie exits code example Example: check if cookie exists php if (!isset($_COOKIE["lg"])) { setcookie("lg", "ro"); }