Index Directories with jpg and save it to MySQL

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
osvaldod
Forum Newbie
Posts: 1
Joined: Thu Jun 15, 2006 3:20 pm

Index Directories with jpg and save it to MySQL

Post by osvaldod »

Hi,

I'm a newbie with PHP so I dont know how to do what I will be asking for yet.
I upload many photos to different directories within one main Directory, let's call it "fotos" thru FTP.
What I would like to do is to have a code to index or "re-index" (in case of it already exists in the database) all the directories and sub-directories with "images" within them (.jpg) and save them into a database.
I could take some codes to do this, but what I dont know then is how to retrieve them from the database (the structure) and show them back to each page.

Thanks in advance

osvaldo
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

what do you have so far?
Post Reply