How to access this array type in foreach

[0] => Array
(
[file_code] => file1001
[file_name] => test
[upload_files] => file1001File.docx
[viewers_id] =>
array(
[0] =>admin1002,
[1] =>admin1001
)
[created_by] =>admin
)

just foreach($array ...) ...

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.