Forum Moderators: coopster
// [ { "id": "4674509" ,"t" : "RELIANCE" ,"e" : "NSE" ,"l" : "889.40" ,"l_fix" : "889.40" ,"l_cur" : "Rs.889.40" ,"s": "0" ,"ltt":"12:44PM GMT+5:30" ,"lt" : "Mar 22, 12:44PM GMT+5:30" ,"c" : "+3.60" ,"c_fix" : "3.60" ,"cp" : "0.41" ,"cp_fix" : "0.41" ,"ccol" : "chg" ,"pcls_fix" : "885.8" } ] " ," $string = '// [ { "id": "4674509" ,"t" : "RELIANCE" ,"e" : "NSE" ,"l" : "889.40" ,"l_fix" : "889.40" ,"l_cur" : "Rs.889.40" ,"s": "0" ,"ltt":"12:44PM GMT+5:30" ,"lt" : "Mar 22, 12:44PM GMT+5:30" ,"c" : "+3.60" ,"c_fix" : "3.60" ,"cp" : "0.41" ,"cp_fix" : "0.41" ,"ccol" : "chg" ,"pcls_fix" : "885.8" } ]';
$matches = preg_split('" ,"', $string);
echo $matches[0];