Please how do I JSON decode, data retrieved from database using the read data element (all matching records retrieved.)
Forums
WORKING WITH JSON DATA RETRIEVED FROM DATABASE (READ DATA)
Sir, please I have tried many codes but no success. Kindly assist
<?php
$this->data["SCHREresult"] = json_decode($this->get("read_data5"), true);
?>
<?php
$this->data["SCHREresult"] = json_decode($this->get->read_data5), true);
?>
name_of_the_filed/json within "SPECIAL FILEDS" of the read data action
{var.jsonde:read_data5.model.field}
This topic is locked and no more replies can be posted.