What do you call this?

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
User avatar
bawla
Forum Contributor
Posts: 116
Joined: Fri Mar 19, 2004 9:15 am

What do you call this?

Post by bawla »

I wanna know what you would call this script so I can search for it. I cannot think of a name.

A script that looks into a certain folder and displays all the files in that folder on a page. I need it to do this with torrent files.

Donno :roll:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

downloader, TreeIterator, directory list.. there's a few names..
User avatar
bawla
Forum Contributor
Posts: 116
Joined: Fri Mar 19, 2004 9:15 am

Post by bawla »

directory list sounds good, i need this script to make the filename a link so people can download it, and display some other info like date added, file size etc...
Post Reply