Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTefo 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