"; echo ""; echo "ID"; echo "Cognoms"; echo "Nom"; echo "E-mail"; echo "Telèfon"; echo "Centre"; echo "Població"; echo "Tipus"; echo "Curs"; echo "Data d'inscripció"; echo "Xerrada"; echo "Taller"; echo "Com has sabut?"; echo "Primera Vegada"; echo "Carrera"; echo ""; echo ""; //columnes de conferencies $tallers = ""; for ($h = 1; $h <= count($array_trobades); $h++){ echo "".$array_trobades[$h][0].""; //columnes de tallers if($array_trobades[$h][1]) $tallers = $tallers."".$array_trobades[$h][0].""; } echo $tallers; echo ""; } function muntar_mail_assistencia($assx,$asst,$trobades){ echo "arriba"; die(); $i = 1; foreach($trobades as $trobada){ $titol[$i] = "\"".$trobada[titol]."\" del dia ".$trobada[data]; $i++; } $ass_conf = explode('/', $assx); $ass_taller = explode('/', $asst); $text_final = ""; for($j=1;$j == $i;$j++){ $text[$j] = ""; if((!empty($ass_conf[$j]))&&(!empty($ass_taller[$j]))) $text[$j] = "Conferència i taller ".$titol[$j]; else if((empty($ass_conf[$j]))&&(!empty($ass_taller[$j]))) $text[$j] = "Taller ".$titol[$j]; else if((!empty($ass_conf[$j]))&&(empty($ass_taller[$j]))) $text[$j] = "Conferència ".$titol[$j]; if(!empty($text[$j])) $text_final = $text_final.$text[$j]."
"; } echo $text_final; return $text_final; } function canviarFormatData($data){ list($any,$mes,$dia)=explode("-",$data); return $dia."-".$mes."-".$any; } function tab_out($result) { $cant=mysql_num_fields($result); $ancho=100/$cant."%"; echo ""; echo ""; /* for ($i=0;$i<$cant;$i++) { echo ""; }*/ echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; $num = mysql_num_rows($result); for ($j = 0; $j < $num; $j++) { $row = mysql_fetch_array($result); //echo "
"; echo mysql_field_name($result,$i); echo " IDCognomsNomE-mailTelèfonCentrePoblacióTipusCursData d'inscripcióCom has sabut?Com has sabut altresPrimera VegadaCarrera
"; echo ""; for ($k=0;$k<$cant;$k++) { $fn=mysql_field_name($result,$k); echo " " ; } // Ojo echo ""; echo ""; } echo "
$row[$fn]
"; } ?>