Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Design
/
fileman
/
Fusion
/
Table
:
read.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // Read the JSON file $json = file_get_contents('aaadata.json'); // Decode the JSON file $json_data = json_decode($json,true); // Display data print_r($json_data); ?>