Viewing Files in a Web Folder

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
foolygoofy
Forum Newbie
Posts: 2
Joined: Thu Jun 21, 2007 12:16 pm

Viewing Files in a Web Folder

Post by foolygoofy »

Hello

I'm trying to put my files in a web dirctory. All kind of files, so that in the future when I need something I just go there and get them. My goal is that when I type "www.domain.com/myVitualDirectory" I would get my list of files and folders and files and I would even be able to navigate into the folders, then I would right click and Save Target As and get my file.

If there a function for this. Any ideas?

Thanks
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

A function? no. But there are the PHP filesystem functions.
Post Reply