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