[
{
"youname": "a",
"youemail": "[email protected]",
"studies": "elementary school",
"civilstate": "single"
},
{
"youname": "b",
"youemail": "[email protected]",
"studies": "secondary school",
"civilstate": "single"
}
]
this is my .json file..! iam decoding it and json_decode and converting it to array format as below..
Array ( [0] => Array ( [youname] => a [youemail] => [email protected] [studies] => elementary school [civilstate] => single )
[1] => Array ( [youname] => b [youemail] => [email protected][studies] => secondary school [civilstate] => single ))
can some one tell me how can i take 'Youemail' in dropdown list using PHP.