Hello,
I'm trying to loop out the following value from the below array and cannot figure it out - orders.orderid
Could anyone help me?
stdClass Object
(
[recsindb] => 4320
[recsonpage] => 10
[9] => stdClass Object
(
[orders.orderid] => 83269442
)
[8] => stdClass Object
(
[orders.orderid] => 83267681
)
)
echo "<pre>";
print_r($data);
echo "<pre>";
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.