<?php $json = '{"title":"-","first_name":"Joe","last_name":"Bloggs","role":"Senior Scientist","phone":"61240 652135","start_date":"2016-05-20","leave_date":"2016-05-20","location":null,"team":"Engineering","platform":"Rockets","username":"joe.bloggs","from_ad":"true","full_name":"Joe Bloggs","display_name":"Joe Bloggs","mobile":null,"company":"ACM WIDGETS"}'; $json_array = json_decode($json,true); foreach($json_array as $k => $v){ ${$k} = $v; } $arr = get_defined_vars(); print_r($arr);
You have javascript disabled. You will not be able to edit any code.