Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $arraynew1=array();
  2. for($i=0;$i<count($indexArray);$i++){
  3. //$indexArray contains each row of index; similarly I
  4. //have $countryArray which contains each row of country for that particular
  5. //index
  6. $arraynew1[]=array(‘index’=>$resultrow[$i], ‘country’=>$resultrow1[$i]);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement