Link to home
Start Free TrialLog in
Avatar of musclenetworks
musclenetworks

asked on

images database from folder

Hi,

I'm currently re building a website using php, and I seek a aolution to build a database of images from a folder.

I would need to define a folder and have an application parsing the folder and include all images in a database with image name, heigth and weight.

Anybody know how to accomplish that? Or does anybody would be able top build such application for a fee?

Thanks!
Stephane Beladaci
President-CEO
Muscle Networks, Corp.
Avatar of lokeshv
lokeshv

check this ..
http://www.phpresourceindex.com
http://www.hotscripts.com


lots of free scripts availabe for image gallaries n all ...see is there any suits ur need.


and still want to create urseelf then its better you dont store image in Database instead store on the server and just store the path in the database , bcoz MySQL is not good in handling images .


And if you wann to go for devlopment Please contact me at

lokesh@messiahlabs.com


Hope this Helps..

Lk

Avatar of musclenetworks

ASKER

Hi,

Using a third party application to build gallery would not allow me to integrate these gallery on my php application.

Storing the path, file name, height and weigth would be really enough. These data will be then used by my php application to build the gallery on the fly. In addition, I use a specific image protection which display image in an applet (www.artistscope.com). None existing application will allow me to integrate this.

What I plan to do is to build a database containing the varibles (image path, name, heigth, weight), and then use a dynamic php template with Dreamweaver MX.

I need an application that will parse the image folder, build a table for each sub-folder, and add data for all images found in all subfolder.

Stephane
i see..

then get a devloper who can do this for U.

or even he can modify the existing free imgae galleries according to your need.

if you are intrested in devlopment... can mail me.


Lk




You can use something like ThumbsPlus by Cerious Software www.cerious.com

I use it to create thumbnail databases. The DB can be MySQL and you can retrieve all the details about the image from the DB.

Richard.
And just for a laugh, did you mean width? <grin>
ASKER CERTIFIED SOLUTION
Avatar of Aikema
Aikema

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>And just for a laugh, did you mean width? <grin>

Haha I got what you said!