Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/03/2011, 17:46
fecori
 
Fecha de Ingreso: junio-2008
Mensajes: 4
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: Ordenar archivos con php

Cita:
Iniciado por hackjose Ver Mensaje
Código PHP:
Ver original
  1. <?php
  2. chdir("contenidos/carpetaX");
  3. $a = glob("*");
  4. natsort($a);
  5. foreach($a as $c){
  6. echo "$c <br>";
  7. }
  8. ?>
cuando adiciono eso me sale esto :Warning: natsort() [function.natsort]: The argument should be an array in