NYCPHP Meetup

NYPHP.org

[nycphp-talk] Images//Pages

Daniel Convissor danielc at analysisandsolutions.com
Mon Jul 12 15:52:19 EDT 2004


On Mon, Jul 12, 2004 at 02:48:21PM -0400, Yury Rush wrote:
> 
> Here is the situation, I have 20 folders, each folder has 10 various images
> in it. I'd like to build
> a web page and directories for each image like so:

$DirHandle=opendir('.');
while ($FileName = readdir($DirHandle)) {
   // if file extension is .jpg, display an <img /> with it
}


> One thing to keep in mind, I cannot use a mySQL db in this case.

How about SQLite?

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409



More information about the talk mailing list