Browse Server

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
emhmk1
Forum Newbie
Posts: 6
Joined: Sun Jun 15, 2008 4:34 am

Browse Server

Post by emhmk1 »

Hi there,

I looking for a script that will allow an admin to hit a browse button to view the contents of her 'images' folder, pretty much in the way the form button is used to browse computers.

Is it possible? and do you know where a tutorial / code is?

I have searched google to no avail

Cheers...
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

Re: Browse Server

Post by mickeyunderscore »

I do something similar on the system I'm currently building, I have a page where members can login and browse a directory structure of PDFs. For this I used the glob() function: http://uk2.php.net/glob

If you only want to output the contents of one folder then this will be a very easy way of doing it.
Post Reply