Cuando fue el lio de la gripe porcina (H1N1-2009) me programe un script para ejecutar en remeras.
<?php
//H1N1 detecter, under GPL
//free software for t-shirts
if ($H1N1PCRtest == true) {
echo “tienes la gripe porcina”;
while ($psicosisPorcina != null) {
$buyOseltamivir = true;
$SrRocheFortuna ++;
}
}else {
echo “igual deves cuidarte”;
while ($psicosisPorcina != null) {
$buyAlcoholGel = true;
$SrAlcoholGelFortuna ++;
}
}
?>