2 dimensional array

Posted by ankit on Stack Overflow See other posts from Stack Overflow or by ankit
Published on 2010-05-10T14:27:46Z Indexed on 2010/05/10 14:34 UTC
Read the original article Hit count: 509

Filed under:

$city=array('delhi','noida','mumbai','noida'); $name=array('ankit','atul','ramu','manu');

i want to create a 2 dimensional array using the two arrays above,with the name of the cities as keys and the corresponding names as the values.the names must be sorted.

plz help me

© Stack Overflow or respective owner

Related posts about php