Answers for "php test if cookie exists and is not emtpy"

PHP
1

check if cookie exists php

if (!isset($_COOKIE["lg"])) {
	setcookie("lg", "ro");
}
Posted by: Guest on July-30-2020

Code answers related to "php test if cookie exists and is not emtpy"

Browse Popular Code Answers by Language