-3

I am creating multiple individual and static HTML-Pages in there’re own directories for Homework etc., and since I am lazy I do not want to always update my main Index page, so is it possible (and I know it is) to list those files via PHP?

And what more important is, is how I would do that…

2
  • 1
    "is it possible (and I know it is) to list those files via PHP?" Sounds like you answered your own question! Commented Oct 21, 2013 at 20:04
  • A... RecursiveDirectoryIterator Commented Oct 21, 2013 at 20:06

1 Answer 1

1

Yes, it is possible: glob() php.net/glob

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.