Click to See Complete Forum and Search --> : search engine for image database


lollypixel
09-20-2003, 05:16 PM
Hey all you web devos!
I am starting up a page that will eventually have thousands of images on it. I want users to be able to enter keywords and have images with corresponding descriptions appear. I assume that this can be done using an index of keywords that I build myself. I need to know what the best script to use is, if there are existing scripts that I can download, or a point toward any resource for this type of thing that you can think of. I'm new at this, am using FrontPage, and am having lots of fun. Many thanks for any suggestions you might have!

S1L3NC3
09-20-2003, 06:01 PM
The Javascript source (http://javascript.internet.com)

Search for one there.

pyro
09-20-2003, 06:16 PM
If you are actually using a database, you will need to use a serverside language, such as PHP, to query it. If you are just trying to search through a listing of images, you can use javascript, but I would still recommend a serverside language. You can look for scripts at http://php.resourceindex.com or http://www.hotscripts.com