Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/02/2012, 07:27
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 2 meses
Puntos: 62
Respuesta: Novato en php(duda basica)

Código PHP:
Ver original
  1. <?php
  2. $file = file('a.txt');
  3. print_r($file);
  4.  
  5. foreach($file as $f)
  6. {
  7.         // quitamos los espacios en blanco
  8.         $f = preg_replace("/\s+/", "", $f);
  9.         if($f!='')
  10.                 file_put_contents($f.".txt", "\n");
  11. }
  12. ?>
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan