array sort question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Any ideas on how I could sort this array by Title?

 

$menu[1]["ID"] = 5;

$menu[1]["Title"] = "Test 1";

$menu[2]["ID"] = 3;

$menu[2]["Title"] = "Test 4";

$menu[3]["ID"] = 56;

$menu[3]["Title"] = "Test 8";

$menu[4]["ID"] = 44;

$menu[4]["Title"] = "Test 3";

 

 

Thanks,

 

-Ed

 

 


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux