Fecha límite para apuntarse: 1 de diciembre
Apunta el nombre, número de personas y comidas al que asistirá.
date_default_timezone_set('Europe/Madrid'); $contador=0; $file = @fopen("texto/fecha1.txt", 'r'); if($file){ while(!feof($file)) { $fecha1= @fgets($file, 4096); } fclose ($file); } date_default_timezone_set('Europe/Madrid'); $datetime1 = new DateTime('now'); $datetime2 = new DateTime($fecha1.' 23:59:59'); $interval = $datetime1->diff($datetime2); //echo $interval->format("%R %d %H:%I:%S"); //echo ""; $fichero="texto/c_parcial_matanza.txt"; $fichero2="texto/c2_parcial_matanza.txt.txt"; $fichero_evento="texto/evento.txt"; $evento=trim(@file_get_contents($fichero_evento, true)); if(isset($_POST['texto'])){ $texto=$_POST['texto']; $participantes=$_POST['participantes']; $lista=""; if(isset($_POST['cena6'])){ $lista=$lista.$_POST['cena6']." - "; } if(isset($_POST['comida7'])){ $lista=$lista.$_POST['comida7']." - "; } if(isset($_POST['cena7'])){ $lista=$lista.$_POST['cena7']." - "; } if(isset($_POST['comida8'])){ $lista=$lista.$_POST['comida8']." - "; } if(isset($_POST['cena8'])){ $lista=$lista.$_POST['cena8']." - "; } if(isset($_POST['comida9'])){ $lista=$lista.$_POST['comida9']." - "; } if(isset($_POST['cena9'])){ $lista=$lista.$_POST['cena9']." - "; } //print_r($_POST); if($texto!=""){ date_default_timezone_set('Europe/Madrid'); $fecha = date("d/m/y H:i:s"); $fh = fopen($fichero, 'a') or die("can't open file"); $fh2 = fopen($fichero2, 'a') or die("can't open file"); fwrite($fh, $texto."\t- ".$participantes."\t- ".$lista."
\r\n"); fwrite($fh2, get_the_title()." $evento \t".$fecha."\t".$texto."\t".$participantes."\t".$lista."\t\r\n"); fclose($fh); echo '
Has quedado apuntado!
'; echo ''; } }else{ if($datetime2 > $datetime1){ echo ' "; echo ' '; // Cena miércoles// Cena domingo
}else{ echo "
Plazo agotado
"; } } echo 'Apuntados:
'; $textoExistente=@file_get_contents($fichero, true); $textoExistente=str_replace("Cocinilla","Cocinilla",$textoExistente); $textoExistente=str_replace("Pinche de cocinilla","Pinche de cocinilla",$textoExistente); echo $textoExistente; echo ''; ?>