Red de conocimientos turísticos - Curso de fotografía - Pregunta: El código fuente del mensaje de vencimiento del tiempo en la página web PHP
Pregunta: El código fuente del mensaje de vencimiento del tiempo en la página web PHP
$d = ceil((strtotime('2020-2-19')-time())/3600/24);
if ($d>0){
Se hizo eco "Sí". Quedan $d días antes del final;
} De lo contrario {
Echo "ha fallado";
}