[EMAIL PROTECTED] (Tauntz) wrote:

 > Hello..
>
 > I have a problem:
>
 > I want to get all the filenames in a folder and put each filename into a
 > variable..

http://dk.php.net/manual/en/function.readdir.php

 > (if there's a.gif in the folder then I want $first to be "a.gif", IF
 > there's also a "na.jpg" then I want then it should be $second .. if you
 > know what I mean)

use some if's to find out in the readdir loop.

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to