I have the following code:
$lugares=array("lug"=>array("colonia"=>"sanfernanado", "direccion"=>23));
My question is how can I access the results, for example try to access the index colonia
and show me the corresponding result. and I would also like to add a new index with its respective result in the second array