Friday, 6 November 2020

Cookie

 <?php
$cookie_name = "test1";
setcookie($cookie_name, "This is a test cookie", time() + 600);
?>
<!DOCTYPE html>
<html>
<head>
<title>PHP Cookie Test</title>
</head>
<body>
<h1>Trying to set a cookie</h1>
<?php
if(!isset($_COOKIE[$cookie_name])) {
    echo "Cookie named '" . $cookie_name . "' is not set!";
} else {
    echo "Cookie '" . $cookie_name . "' is set!<br>";
    echo "Value is: " . $_COOKIE[$cookie_name];
}

   $ln = explode(",", $cookie_language);
   $x = 0;
   while($ln[$x]) {
    // echo "The number is: $x <br>";
     if($slan) { $slan .= " OR ";  }
     $slan .= "`ln` LIKE '".$ln[$x]."'";
     $x++;
   }

?>

</body>
</html> 

https://www.durinews.com/

No comments:

Post a Comment

zomok E-commerce system plan. Choose your online ordering system. No-risk 30 day free trial. Then USD 9/month. No credit card required.

zomok E-commerce system plan. Choose your online ordering system. No-risk 30 day free trial. Then USD 9/month. No credit card required. h...