Add a element to a PHP associative array.

Posted by udara on Stack Overflow See other posts from Stack Overflow or by udara
Published on 2010-05-05T10:38:28Z Indexed on 2010/05/05 10:48 UTC
Read the original article Hit count: 111

Filed under:
|
|
1=>america,2=>India,3=>england

Above is my associative array. How can I bring 3=>england to front of the array?

© Stack Overflow or respective owner

Related posts about php

Related posts about associative-array