cr.vegelin Fri, 21 May 2010 02:57:34 -0700
How do I update an array key without disturbing the element order ? Suppose an existing array("FR", values ...) where I want to change 0 => "FR" to "country" => "FR" and keep the original element order.
TIA, Cor