Log in

View Full Version : Search and compare website html



tiffhannah
07-05-2007, 01:17 PM
My site isn't uploaded to the web just yet but I would others to be able to search and compare prices on my site. Similar to all the other comparison shopping sites. Can you help me with a code for it?

Similar to buy.com or pricegrabber.com

Thanks

www.tiffanyhannah.com

mburt
07-13-2007, 02:34 PM
It depends on how the information is being stored. If it is stored in a database, you need to be able to query the database (most likely server-side). You'll need to tell us how your prices are stored. If they are hard-coded into pages, you may need to implement a system with a list of the price and the item and search that way.

We can't help you until you give us this info. :)