trier ce type de tableau

trier ce type de tableau - PHP - Programmation

Marsh Posté le 18-12-2006 à 17:17:56    

Bonjour,
 
Quelqu'un sait somment trier sur la colonne nom ce genre de tableau?
 
 

Code :
  1. for ($n=0; $n<X; $n++){
  2. $tablo[$n]['nom']='......';
  3. $tablo[$n]['prenom']='......';
  4. $tablo[$n]['email']='......';
  5. }


 
 
Merci  :jap:

Reply

Marsh Posté le 18-12-2006 à 17:17:56   

Reply

Marsh Posté le 18-12-2006 à 17:26:00    

http://fr2.php.net/manual/fr/function.usort.php


---------------
Can't buy what I want because it's free -
Reply

Marsh Posté le 19-12-2006 à 08:32:42    

Ca marche
 
Merci

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed