Text ".$j.": ".$text[$j]."
"; if(!empty($text[$j])) $text_final = $text_final.$text[$j]."
"; } return $text_final; } function canviarFormatData($data){ list($any,$mes,$dia)=explode("-",$data); return $dia."-".$mes."-".$any; } ?>