how would I go about getting directory list to appear in a drop down menu

This is a discussion on how would I go about getting directory list to appear in a drop down menu within the PHP Language forums, part of the PHP Programming Forums category; I'm working on a website for a friend, and I want to let him select an image from a ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-02-2005
behindspace
 
Posts: n/a
Default how would I go about getting directory list to appear in a drop down menu

I'm working on a website for a friend, and I want to let him select an
image from a dropdown menu for his posts. how would I go about getting
that to work? I know you can echo the directory contents by using `ls -al`
could this be done the same way?

Reply With Quote
  #2 (permalink)  
Old 03-02-2005
Kim Madsen - ComX
 
Posts: n/a
Default Re: how would I go about getting directory list to appear in a dropdown menu

behindspace wrote:
> I'm working on a website for a friend, and I want to let him select an
> image from a dropdown menu for his posts. how would I go about getting
> that to work? I know you can echo the directory contents by using `ls -al`
> could this be done the same way?


$handle = opendir($dir);
while($file = readdir($handle)) {
if(ereg("\.(jpg|jpeg|gif)^, $file))
print "$file<br>"; // work with the data like You want to
}

--
Sincerly
Kim Madsen
Systemdeveloper / ComX - http://www.comx.dk
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:41 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0