$filedata = file_get_contents('filename.json'); $details = json_decode($filedata); print_r($details);