tengo este código
Código PHP:
   <?php  $caducidad = 60 * 60 * 24 * 1 + time(); if($_COOKIE["anuncio"] == NULL){     setcookie("anuncio", "imagen", $caducidad);  }?> <?php if (!isset($_COOKIE["anuncio"])) : ?>
Si la galleta no está cargada me muestras esto
<?php endif; ?>    
 
 

