<?php $base = json_decode( '{ "Username": { "125678": { "date": "123456", "status": "paid", "amount": 1000, "system": "ABX" }, "1201": { "date": "123456", "status": "paid", "amount": 1000, "system": "ABX" }, "1345": { "date": "123456", "status": "paid", "amount": 1000, "system": "ADB" } } }', true); foreach ($base as $username => $userobjects) { foreach ($userobjects as $objectkey => $objectvalue) { echo '<th scope="row">'.$objectvalue["date"].'</th><td>'.$objectvalue["status"].'</td><td>'.$objectvalue["system"].'</td>'; } }
You have javascript disabled. You will not be able to edit any code.