<?php $d1 = "a:1,b:2,c:3,d:4"; $d1 = "{\"".str_replace(array(",",":"),array('","','":"'), $d1)."\"}"; $arr = json_decode($d1, true); $table = array_keys($arr); $values = array_values($arr); Var_dump($table); Var_dump($values);
You have javascript disabled. You will not be able to edit any code.