php check cookie exists📅 2025-06-06 17:14:35 — 👀 90 — 👦 admin if (!isset($_COOKIE["Lang"])) { setcookie("Lang", "en_US"); }