I’m making a cookie system, but It doesn’t work; I have this code: <?php $cookie = $_GET['cookie']; if(empty($cookie)) { $cookie = ''; } if($cookie = 'ok') { setcookie("terminos", "", time() + 60*60*24*365*10); } elseif($cookie = 'no') { ?> <div id="pmyr_div"> <center style="position: relative; top: 50%; margin-top: -23px;margin:auto 0;"> <img src="cooltext1105916314.png" style="margin-top:20px;" /> <br><br> <big><b>USTED TIENE [...]
The post Cookie check doesn’t work appeared first on BlogoSfera.