Hi,

Is there a simple way to sort the following array structure by the array
cell 'title'=>'TXxxxxx'?

$x[0][0] =
array(array('id'=>1,'title'=>'TXxxxxx'),array('id'=>2,'title'=>'T2'));
$x[0][1] = array('id'=>10,'title'=>'Test1');
$x[1][0] =
array(array('id'=>3,'title'=>'TXxxxxx'),array('id'=>6,'title'=>'T3'));
$x[1][1] = array('id'=>11,'title'=>'Test2');
.
.
.
.
.
.
Thanks
Armand



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to