Log in

View Full Version : Question about search engine



samipeace
07-14-2008, 07:25 PM
:)Hi There
i use photo impact to designe my web page , then i save it as html page , please i want any body to help me ( how can i make search engine inside my site to search for any thing inside my site

thanks

boogyman
07-15-2008, 05:03 PM
you would need to store the content that you want to search inside a database, then using a server-side language perform a query to match for the search terms the user types in

ropes27
07-17-2008, 09:22 AM
yer i would like to no how to do that!
But can't you just use custom google search and tell it to seach in your webpage?

Medyman
07-17-2008, 09:11 PM
But can't you just use custom google search and tell it to seach in your webpage?

Yes, that's what I was just going to suggest. If you don't mind the Google branding and have some text associated with each image, you could just use Google Custom Search Engine (http://www.google.com/coop/cse/).

But, if you want to search based on custom parameters (image ids, prices, etc...), then what boogyman suggested would be the way to go.