<?php $str = '{"Confirmation":"200710035843DH4","Message":"success","Status":"success"}'; $array = json_decode($str,true); foreach ( $array as $key => $value ) { $$key = $value; } echo $Confirmation;
You have javascript disabled. You will not be able to edit any code.