{"id":27433,"date":"2022-12-24T09:53:43","date_gmt":"2022-12-24T04:23:43","guid":{"rendered":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/"},"modified":"2022-12-24T09:53:43","modified_gmt":"2022-12-24T04:23:43","slug":"solved-echo-arrays-in-array-between","status":"publish","type":"post","link":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/","title":{"rendered":"[Solved] Echo Arrays in Array between [ ]"},"content":{"rendered":"<p> [ad_1]<br \/>\n<\/p>\n<div id=\"answer-46078692\" class=\"answer js-answer accepted-answer js-accepted-answer\" data-answerid=\"46078692\" data-parentid=\"46078544\" data-score=\"-1\" data-position-on-page=\"1\" data-highest-scored=\"0\" data-question-has-accepted-highest-score=\"0\" itemprop=\"suggestedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"post-layout\">\n<div class=\"votecell post-layout--left\"><\/div>\n<div class=\"answercell post-layout--right\">\n<div class=\"s-prose js-post-body\" itemprop=\"text\">\n<p>Ok, editing now that you supplied valid data. Look here:<\/p>\n<pre><code>&lt;?php\n$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}]';\n\n$array = json_decode($json, true);\n\nforeach ($array as $row) {\n    echo $row['identifiers'][0].\"\\n\"; \n}\n<\/code><\/pre>\n<p>Which will echo out all the steam identifiers. <code>var_dump($row)<\/code> to see everything it has.<br \/>\nSee the code working here: <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/3v4l.org\/7UotT\">https:\/\/3v4l.org\/7UotT<\/a><\/p>\n<\/p><\/div>\n<div class=\"mt24\"><\/div>\n<\/div>\n<p>            <span class=\"d-none\" itemprop=\"commentCount\">5<\/span> <\/p><\/div>\n<\/div>\n<p>[ad_2]<\/p>\n<p>solved Echo Arrays in Array between [ ] <\/p>\n","protected":false},"excerpt":{"rendered":"<p>[ad_1] Ok, editing now that you supplied valid data. Look here: &lt;?php $json = &#8216;[{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:27,&#8221;identifiers&#8221;:[&#8220;steam:11000011190e09d&#8221;,&#8221;license:bc7e7c16b4c762c0c2a67160ec68db4559b4c03b&#8221;],&#8221;name&#8221;:&#8221;Nicro Scaro&#8221;,&#8221;ping&#8221;:73},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:25,&#8221;identifiers&#8221;:[&#8220;steam:110000105b1c9bd&#8221;,&#8221;license:ba7eb97475632e190bb366d61f97411e2006132e&#8221;],&#8221;name&#8221;:&#8221;Paolo Gillet&#8221;,&#8221;ping&#8221;:25},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:20,&#8221;identifiers&#8221;:[&#8220;steam:110000101facefb&#8221;,&#8221;license:425097d969f377ca9b916412893f5c55b9a1c282&#8243;],&#8221;name&#8221;:&#8221;Genaro Savastano&#8221;,&#8221;ping&#8221;:33},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:29,&#8221;identifiers&#8221;:[&#8220;steam:1100001083dff7d&#8221;,&#8221;license:6610bb9fd154d505d29f29ca3319473e4da34ee0&#8243;],&#8221;name&#8221;:&#8221;Steven Stifler&#8221;,&#8221;ping&#8221;:55},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:21,&#8221;identifiers&#8221;:[&#8220;steam:1100001041335a7&#8243;,&#8221;license:f28c54417b5487064076061e5078fb784ee66912&#8243;],&#8221;name&#8221;:&#8221;Samuel Vegas&#8221;,&#8221;ping&#8221;:41},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:26,&#8221;identifiers&#8221;:[&#8220;steam:110000105f5b25c&#8221;,&#8221;license:f6cf282a0a543d923f4c81cab9c7d157343f81e6&#8243;],&#8221;name&#8221;:&#8221;Thomas Shelby&#8221;,&#8221;ping&#8221;:36},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:23,&#8221;identifiers&#8221;:[&#8220;steam:110000117812da2&#8243;,&#8221;license:50dd53775bccb021c5bbb6a142c5961d2f07a43d&#8221;],&#8221;name&#8221;:&#8221;Thomas Delome&#8221;,&#8221;ping&#8221;:40},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:31,&#8221;identifiers&#8221;:[&#8220;steam:110000104b8adb2&#8243;,&#8221;license:65f99a4c62163d6e7cb002defc55c03854e2a7ac&#8221;],&#8221;name&#8221;:&#8221;Bobby Sicouleur&#8221;,&#8221;ping&#8221;:29},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:11,&#8221;identifiers&#8221;:[&#8220;steam:110000104481335&#8243;,&#8221;license:cd2b817c6655280c34bd1f41f8ae168804ec7ed2&#8243;],&#8221;name&#8221;:&#8221;Paolo Garcia&#8221;,&#8221;ping&#8221;:16},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:24,&#8221;identifiers&#8221;:[&#8220;steam:110000101450e74&#8243;,&#8221;license:8139d095f9bf5de832171f07bf60dba5e9665ed3&#8243;],&#8221;name&#8221;:&#8221;Mohammed Latifi&#8221;,&#8221;ping&#8221;:163},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:28,&#8221;identifiers&#8221;:[&#8220;steam:1100001097c401b&#8221;,&#8221;license:9fdcc12449270e6528bdf19b2edb7eef1ab1011f&#8221;],&#8221;name&#8221;:&#8221;Marcel Delah\u00e9&#8221;,&#8221;ping&#8221;:27},{&#8220;endpoint&#8221;:&#8221;127.0.0.1&#8243;,&#8221;id&#8221;:30,&#8221;identifiers&#8221;:[&#8220;steam:11000010285a33f&#8221;,&#8221;license:019951830b346c77571d90df9b6a96f580c1358d&#8221;],&#8221;name&#8221;:&#8221;G\u00e9rard Leblanc&#8221;,&#8221;ping&#8221;:30}]&#8217;; $array = json_decode($json, true); foreach ($array as $row) { echo $row[&#8216;identifiers&#8217;][0].&#8221;\\n&#8221;; } Which will echo out all the steam identifiers. var_dump($row) to see everything it has. See the &#8230; <a title=\"[Solved] Echo Arrays in Array between [ ]\" class=\"read-more\" href=\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\" aria-label=\"More on [Solved] Echo Arrays in Array between [ ]\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[320],"tags":[339],"class_list":["post-27433","post","type-post","status-publish","format-standard","hentry","category-solved","tag-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Solved] Echo Arrays in Array between [ ] - JassWeb<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Solved] Echo Arrays in Array between [ ] - JassWeb\" \/>\n<meta property=\"og:description\" content=\"[ad_1] Ok, editing now that you supplied valid data. Look here: &lt;?php $json = &#039;[{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:27,&quot;identifiers&quot;:[&quot;steam:11000011190e09d&quot;,&quot;license:bc7e7c16b4c762c0c2a67160ec68db4559b4c03b&quot;],&quot;name&quot;:&quot;Nicro Scaro&quot;,&quot;ping&quot;:73},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:25,&quot;identifiers&quot;:[&quot;steam:110000105b1c9bd&quot;,&quot;license:ba7eb97475632e190bb366d61f97411e2006132e&quot;],&quot;name&quot;:&quot;Paolo Gillet&quot;,&quot;ping&quot;:25},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:20,&quot;identifiers&quot;:[&quot;steam:110000101facefb&quot;,&quot;license:425097d969f377ca9b916412893f5c55b9a1c282&quot;],&quot;name&quot;:&quot;Genaro Savastano&quot;,&quot;ping&quot;:33},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:29,&quot;identifiers&quot;:[&quot;steam:1100001083dff7d&quot;,&quot;license:6610bb9fd154d505d29f29ca3319473e4da34ee0&quot;],&quot;name&quot;:&quot;Steven Stifler&quot;,&quot;ping&quot;:55},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:21,&quot;identifiers&quot;:[&quot;steam:1100001041335a7&quot;,&quot;license:f28c54417b5487064076061e5078fb784ee66912&quot;],&quot;name&quot;:&quot;Samuel Vegas&quot;,&quot;ping&quot;:41},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:26,&quot;identifiers&quot;:[&quot;steam:110000105f5b25c&quot;,&quot;license:f6cf282a0a543d923f4c81cab9c7d157343f81e6&quot;],&quot;name&quot;:&quot;Thomas Shelby&quot;,&quot;ping&quot;:36},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:23,&quot;identifiers&quot;:[&quot;steam:110000117812da2&quot;,&quot;license:50dd53775bccb021c5bbb6a142c5961d2f07a43d&quot;],&quot;name&quot;:&quot;Thomas Delome&quot;,&quot;ping&quot;:40},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:31,&quot;identifiers&quot;:[&quot;steam:110000104b8adb2&quot;,&quot;license:65f99a4c62163d6e7cb002defc55c03854e2a7ac&quot;],&quot;name&quot;:&quot;Bobby Sicouleur&quot;,&quot;ping&quot;:29},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:11,&quot;identifiers&quot;:[&quot;steam:110000104481335&quot;,&quot;license:cd2b817c6655280c34bd1f41f8ae168804ec7ed2&quot;],&quot;name&quot;:&quot;Paolo Garcia&quot;,&quot;ping&quot;:16},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:24,&quot;identifiers&quot;:[&quot;steam:110000101450e74&quot;,&quot;license:8139d095f9bf5de832171f07bf60dba5e9665ed3&quot;],&quot;name&quot;:&quot;Mohammed Latifi&quot;,&quot;ping&quot;:163},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:28,&quot;identifiers&quot;:[&quot;steam:1100001097c401b&quot;,&quot;license:9fdcc12449270e6528bdf19b2edb7eef1ab1011f&quot;],&quot;name&quot;:&quot;Marcel Delah\u00e9&quot;,&quot;ping&quot;:27},{&quot;endpoint&quot;:&quot;127.0.0.1&quot;,&quot;id&quot;:30,&quot;identifiers&quot;:[&quot;steam:11000010285a33f&quot;,&quot;license:019951830b346c77571d90df9b6a96f580c1358d&quot;],&quot;name&quot;:&quot;G\u00e9rard Leblanc&quot;,&quot;ping&quot;:30}]&#039;; $array = json_decode($json, true); foreach ($array as $row) { echo $row[&#039;identifiers&#039;][0].&quot;n&quot;; } Which will echo out all the steam identifiers. var_dump($row) to see everything it has. See the ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\" \/>\n<meta property=\"og:site_name\" content=\"JassWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-24T04:23:43+00:00\" \/>\n<meta name=\"author\" content=\"Kirat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\"},\"author\":{\"name\":\"Kirat\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\"},\"headline\":\"[Solved] Echo Arrays in Array between [ ]\",\"datePublished\":\"2022-12-24T04:23:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\"},\"wordCount\":47,\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"keywords\":[\"php\"],\"articleSection\":[\"Solved\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\",\"url\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\",\"name\":\"[Solved] Echo Arrays in Array between [ ] - JassWeb\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#website\"},\"datePublished\":\"2022-12-24T04:23:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jassweb.com\/solved\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Solved] Echo Arrays in Array between [ ]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jassweb.com\/solved\/#website\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"name\":\"JassWeb\",\"description\":\"Build High-quality Websites\",\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jassweb.com\/solved\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\",\"name\":\"Jass Web\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"contentUrl\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"width\":693,\"height\":132,\"caption\":\"Jass Web\"},\"image\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\",\"name\":\"Kirat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775798750\",\"contentUrl\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775798750\",\"caption\":\"Kirat\"},\"sameAs\":[\"http:\/\/jassweb.com\"],\"url\":\"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Solved] Echo Arrays in Array between [ ] - JassWeb","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/","og_locale":"en_US","og_type":"article","og_title":"[Solved] Echo Arrays in Array between [ ] - JassWeb","og_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","og_url":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/","og_site_name":"JassWeb","article_published_time":"2022-12-24T04:23:43+00:00","author":"Kirat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirat","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/#article","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/"},"author":{"name":"Kirat","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31"},"headline":"[Solved] Echo Arrays in Array between [ ]","datePublished":"2022-12-24T04:23:43+00:00","mainEntityOfPage":{"@id":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/"},"wordCount":47,"publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"keywords":["php"],"articleSection":["Solved"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/","url":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/","name":"[Solved] Echo Arrays in Array between [ ] - JassWeb","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/#website"},"datePublished":"2022-12-24T04:23:43+00:00","breadcrumb":{"@id":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jassweb.com\/solved\/solved-echo-arrays-in-array-between\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jassweb.com\/solved\/"},{"@type":"ListItem","position":2,"name":"[Solved] Echo Arrays in Array between [ ]"}]},{"@type":"WebSite","@id":"https:\/\/jassweb.com\/solved\/#website","url":"https:\/\/jassweb.com\/solved\/","name":"JassWeb","description":"Build High-quality Websites","publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jassweb.com\/solved\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jassweb.com\/solved\/#organization","name":"Jass Web","url":"https:\/\/jassweb.com\/solved\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/","url":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","contentUrl":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","width":693,"height":132,"caption":"Jass Web"},"image":{"@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31","name":"Kirat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/","url":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775798750","contentUrl":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775798750","caption":"Kirat"},"sameAs":["http:\/\/jassweb.com"],"url":"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/27433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/comments?post=27433"}],"version-history":[{"count":0,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/27433\/revisions"}],"wp:attachment":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/media?parent=27433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/categories?post=27433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/tags?post=27433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}