Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/02/2013, 14:01
inforob
 
Fecha de Ingreso: octubre-2011
Mensajes: 113
Antigüedad: 13 años
Puntos: 5
Respuesta: Rsort Sort php

jejeje muxas gracias,,,,, si alguien mira este hilo ya sabe como
Código PHP:
Ver original
  1. foreach ($dataset as $key => $row){
  2.             $username[$key]  = $row['username'];
  3.            
  4.         }
  5.            if ($_GET['tsort']=='down')
  6.               array_multisort($username, SORT_ASC,$dataset);
  7.            else
  8.               array_multisort($username, SORT_DESC,$dataset);