wie kann ich lesen Sie dieseWie kann ich das in PHP lesen [{"Profil": "Admin", "Cpt_profile": "3"}, {"Profil": "Berater", "Cpt_profile": "1"}]
[{"profile":"Admin","Cpt_profile":"3"},
{"profile":"Consultant","Cpt_profile":"1"}]
in php bitte ich habe wollen,
profile : admin
cpt_profile : 3
und
profile :consultant
cpt_profile :1
wie ein JSON Sieht gezeigt: http://php.net/manual/en/function.json-decode.php – CD001
es ist ein JSON String, benutze ['json_decode()'] (http://php.net/manual/en/function.json-decode.php), um es in einen PHP verwendbaren Datentyp zu konvertieren – RiggsFolly