I got the following code is there anyway to work with that like an array?
$var =
"{"uid":"cb463625fc9dde2d82207e15bde1b674513094011b2976.06073807","name":"marius"}{"uid":"2393d7a6a3258894acc34581978453fa513094011b2ab8.28630478","name":"buenyamin"}";
to print it out like
echo $var[0].uid."<br>";
echo $var[1].uid;