{"version":"1.0","provider_name":"JassWeb","provider_url":"https:\/\/jassweb.com\/solved","author_name":"Kirat","author_url":"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/","title":"[Solved] Echo Arrays in Array between [ ] - JassWeb","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"g1OzIGXPOM\"><a href=\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\">[Solved] Echo Arrays in Array between [ ]<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/embed\/#?secret=g1OzIGXPOM\" width=\"600\" height=\"338\" title=\"&#8220;[Solved] Echo Arrays in Array between [ ]&#8221; &#8212; JassWeb\" data-secret=\"g1OzIGXPOM\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/*! This file is auto-generated *\/\n!function(d,l){\"use strict\";l.querySelector&&d.addEventListener&&\"undefined\"!=typeof URL&&(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&&!\/[^a-zA-Z0-9]\/.test(t.secret)){for(var s,r,n,a=l.querySelectorAll('iframe[data-secret=\"'+t.secret+'\"]'),o=l.querySelectorAll('blockquote[data-secret=\"'+t.secret+'\"]'),c=new RegExp(\"^https?:$\",\"i\"),i=0;i<o.length;i++)o[i].style.display=\"none\";for(i=0;i<a.length;i++)s=a[i],e.source===s.contentWindow&&(s.removeAttribute(\"style\"),\"height\"===t.message?(1e3<(r=parseInt(t.value,10))?r=1e3:~~r<200&&(r=200),s.height=r):\"link\"===t.message&&(r=new URL(s.getAttribute(\"src\")),n=new URL(t.value),c.test(n.protocol))&&n.host===r.host&&l.activeElement===s&&(d.top.location.href=t.value))}},d.addEventListener(\"message\",d.wp.receiveEmbedMessage,!1),l.addEventListener(\"DOMContentLoaded\",function(){for(var e,t,s=l.querySelectorAll(\"iframe.wp-embedded-content\"),r=0;r<s.length;r++)(t=(e=s[r]).getAttribute(\"data-secret\"))||(t=Math.random().toString(36).substring(2,12),e.src+=\"#?secret=\"+t,e.setAttribute(\"data-secret\",t)),e.contentWindow.postMessage({message:\"ready\",secret:t},\"*\")},!1)))}(window,document);\n\/\/# sourceURL=https:\/\/jassweb.com\/solved\/wp-includes\/js\/wp-embed.min.js\n<\/script>\n","description":"[ad_1] Ok, editing now that you supplied valid data. Look here: &lt;?php $json = '[{\"endpoint\":\"127.0.0.1\",\"id\":27,\"identifiers\":[\"steam:11000011190e09d\",\"license:bc7e7c16b4c762c0c2a67160ec68db4559b4c03b\"],\"name\":\"Nicro Scaro\",\"ping\":73},{\"endpoint\":\"127.0.0.1\",\"id\":25,\"identifiers\":[\"steam:110000105b1c9bd\",\"license:ba7eb97475632e190bb366d61f97411e2006132e\"],\"name\":\"Paolo Gillet\",\"ping\":25},{\"endpoint\":\"127.0.0.1\",\"id\":20,\"identifiers\":[\"steam:110000101facefb\",\"license:425097d969f377ca9b916412893f5c55b9a1c282\"],\"name\":\"Genaro Savastano\",\"ping\":33},{\"endpoint\":\"127.0.0.1\",\"id\":29,\"identifiers\":[\"steam:1100001083dff7d\",\"license:6610bb9fd154d505d29f29ca3319473e4da34ee0\"],\"name\":\"Steven Stifler\",\"ping\":55},{\"endpoint\":\"127.0.0.1\",\"id\":21,\"identifiers\":[\"steam:1100001041335a7\",\"license:f28c54417b5487064076061e5078fb784ee66912\"],\"name\":\"Samuel Vegas\",\"ping\":41},{\"endpoint\":\"127.0.0.1\",\"id\":26,\"identifiers\":[\"steam:110000105f5b25c\",\"license:f6cf282a0a543d923f4c81cab9c7d157343f81e6\"],\"name\":\"Thomas Shelby\",\"ping\":36},{\"endpoint\":\"127.0.0.1\",\"id\":23,\"identifiers\":[\"steam:110000117812da2\",\"license:50dd53775bccb021c5bbb6a142c5961d2f07a43d\"],\"name\":\"Thomas Delome\",\"ping\":40},{\"endpoint\":\"127.0.0.1\",\"id\":31,\"identifiers\":[\"steam:110000104b8adb2\",\"license:65f99a4c62163d6e7cb002defc55c03854e2a7ac\"],\"name\":\"Bobby Sicouleur\",\"ping\":29},{\"endpoint\":\"127.0.0.1\",\"id\":11,\"identifiers\":[\"steam:110000104481335\",\"license:cd2b817c6655280c34bd1f41f8ae168804ec7ed2\"],\"name\":\"Paolo Garcia\",\"ping\":16},{\"endpoint\":\"127.0.0.1\",\"id\":24,\"identifiers\":[\"steam:110000101450e74\",\"license:8139d095f9bf5de832171f07bf60dba5e9665ed3\"],\"name\":\"Mohammed Latifi\",\"ping\":163},{\"endpoint\":\"127.0.0.1\",\"id\":28,\"identifiers\":[\"steam:1100001097c401b\",\"license:9fdcc12449270e6528bdf19b2edb7eef1ab1011f\"],\"name\":\"Marcel Delah\u00e9\",\"ping\":27},{\"endpoint\":\"127.0.0.1\",\"id\":30,\"identifiers\":[\"steam:11000010285a33f\",\"license:019951830b346c77571d90df9b6a96f580c1358d\"],\"name\":\"G\u00e9rard Leblanc\",\"ping\":30}]'; $array = json_decode($json, true); foreach ($array as $row) { echo $row['identifiers'][0].\"n\"; } Which will echo out all the steam identifiers. var_dump($row) to see everything it has. See the ... Read more"}