, $field == $id;}); , return $data_row; , } , , function data($filename) { , $data = json_decode(file_get_contents($filename)); , return $data; , } , , echo DQVehicle id: DQ . $id; , echo DQDQ; , echo DQDQ; , , echo DQVehicle Name: DQ . $data_rowkey($data_row)->vehicle_name; , echo DQDQ; , echo DQDQ; , , echo DQUsing a foreach to retrive the vehicles from the json vehicle file:DQ; , echo DQDQ; , echo DQDQ; , , foreach ($data as $row) { , echo DQID: DQ . $row->vehicle_id . DQ Name: DQ . $row->vehicle_name . DQ Oil change interval: DQ . $row->oil_change_interval; , echo DQDQ; , } ,
, , { , DQvehicle_idDQ: DQ16058777725fb7c00c0b865DQ, , DQvehicle_nameDQ: DQHonda ScooterDQ, , DQoil_change_intervalDQ: DQ4000DQ , }, , { , DQvehicle_idDQ: DQ16058787065fb7c3b2b5a73DQ, , DQvehicle_nameDQ: DQFord F250DQ, , DQoil_change_intervalDQ: DQ4000DQ , }, , { , DQvehicle_idDQ: DQ16059056415fb82ce950607DQ, , DQvehicle_nameDQ: DQToyota EchoDQ, , DQoil_change_intervalDQ: DQ3000DQ , }, , { , DQvehicle_idDQ: DQ16059056615fb82cfd5bf30DQ, , DQvehicle_nameDQ: DQToyota Prius 2006DQ, , DQoil_change_intervalDQ: DQ3000DQ , } , ,