php check cookie exists📅 2025-07-07 15:54:05 — 👀 110 — 👦 admin if (!isset($_COOKIE["Lang"])) { setcookie("Lang", "en_US"); }