<?php $json = json_decode('[{"Status":"FAILED","Message":"Trasaction Already Exist"}]', TRUE); $status=$json[0]["Status"]; $Message=$json[0]["Message"]; echo $Message; print_r($json);
You have javascript disabled. You will not be able to edit any code.