How to do regex in following Data using PHP

fak3r

New Member
// [ { "id": "715320" ,"t" : "500268" ,"e" : "BOM" ,"l" : "15.55" ,"l_cur" : "Rs.15.55"
,"ltt":"3:59PM IST" ,"lt" : "Sep 9, 3:59PM IST" ,"c" : "+1.69" ,"cp" : "12.19"
,"ccol" : "chg" } ] I need to Get each with name and assign the value to eachLike
$id=715320;
$e=BOM;from above data, how can i do that?
 
Back
Top