if you post as below, PHP will parse below post as array[0] == Country,
Country has three property
Country%5Bcode%5D=1&Country%5Bname%5D=2&Country%5Bpopulation%5D=1
Country[code]:1
Country[name]:2
Country[population]:1
if you post as below, PHP will parse below post as array[0] == Country,
Country has three property
Country%5Bcode%5D=1&Country%5Bname%5D=2&Country%5Bpopulation%5D=1
Country[code]:1
Country[name]:2
Country[population]:1