$vars = Array (
[name] => youname
[fields] => Array
(
[field_52aab3d95f535] => 400
[field_52d5e94738a5a] =>
[field_52aab3e65f536] =>
[field_52aab3f85f537] => In Progress
[field_52aab40e5f538] => 1
[field_52aab3548adfc] =>
)
)
Given this, how do I target "In Progress"? For the name, I can use $vars['name'], but I have trouble getting the values inside another array.