array("make" => "Toyota","colour" => "Green","year" => 1999,"engine_cc" => 1998), "car2" => array("make" => "BMW","colour" => "RED","year" => 2005,"engine_cc" => 2400), "car3" => array("make" => "Renault","colour" => "White","vear" => 1993,"engine_c" => 1395) ); • Consider the a bove array, write a web application to Search the array about inputted made car if there is print the related information in tabular format wwww w www • Create a multidimensional array $PreArab that present the Arab countries and there presidents. Then print the contents in ascending order and the another time in descending order "/>
Extracted text: $cars = array( "car1" => array("make" => "Toyota","colour" => "Green","year" => 1999,"engine_cc" => 1998), "car2" => array("make" => "BMW","colour" => "RED","year" => 2005,"engine_cc" => 2400), "car3" => array("make" => "Renault","colour" => "White","vear" => 1993,"engine_c" => 1395) ); • Consider the a bove array, write a web application to Search the array about inputted made car if there is print the related information in tabular format wwww w www • Create a multidimensional array $PreArab that present the Arab countries and there presidents. Then print the contents in ascending order and the another time in descending order