Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/01/2012, 08:35
Avatar de Patriarka
Patriarka
 
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 13 años, 3 meses
Puntos: 288
Respuesta: Reportes en Plantillas RTF

vamos por parte, esto no me cierra:

FUNCTION leef($fichero){
$texto=file($fichero);
$tamleef=sizeof($texto);
for ($n=0;$n<$tamleef;$n++){
$todo=$todo.$texto[$n]; //$todo SIEMPRE SE VA A QUDAR CON EL ULTIMO VALOR, ESTO ES ASI?
}
return $todo;
}