Directory/File listing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
OsiViper
Forum Newbie
Posts: 5
Joined: Thu Jan 20, 2005 9:55 am

Directory/File listing

Post by OsiViper »

Ok i am trying to find a way to replace a file listing when i browse to a directory full of files and i dont want to have to edit apaches mod-autoindex.c module.

I just want to be able to make a php page that looks like the directory listing of apache (when you goto a directory on a webserver with no htm/php files, only misc files) and be able to alter it to what i want it to look like (e.g. change color, remove info - add info, etc.)

If anyone could give me some info on how to do this i would greatly appreciate it :)
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

look into readdir() ;)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply