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