Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Tefo Temba Kebitseng
6,049 PointsHow do i create an array name $ files and read the names files in the directory ?
What's missing for the lines below to be able to create an array named $files and read the names of the files in a directory example.
First try : $files = scandir('example'); second try : $files = array(scandir('/example'));
<?php
//add code here
$files = scandir("/path/to/example");
2 Answers

Tefo Temba Kebitseng
6,049 PointsThanks Danny. It's ok now.passed.

Danny Massa
27,856 PointsDon't forget to mark the answer so it helps others in the forum :)

Tefo Temba Kebitseng
6,049 PointsThanks for the reminder. Done. answer marked.
Danny Massa
27,856 PointsDanny Massa
27,856 PointsHey Tefo,
You're so close, just diff dir