Hi all,
I have this array: $info["job_name"][0] = "Test1"; $info["ep"][0] = "111";
$info["job_name"][1] = "Blabla"; $info["ep"][1] = "222";
I want to sort the array once according to the job_name and once according to the ep
how can I do so? thanks!
you can use the array_multisort fot refrenec you can visit this link http://php.net/manual/en/function.array-multisort.php