Skip to content

Instantly share code, notes, and snippets.

View abankk2's full-sized avatar
👋
I may be slow to respond.

Abank abankk2

👋
I may be slow to respond.
View GitHub Profile
@chancesmith
chancesmith / json-object-array-foreach-loop.php
Last active December 11, 2022 15:54
Foreach loop through JSON object array
<?php
$json = '[
{
"categories": "10,11",
"title": "Promos",
"columns": "col-md-3"
},
{
"categories": "10,12",