PDA

View Full Version : Search Tool - Help


Jascar
09-28-2005, 01:36 PM
I'll be selling movies on my website, so a search tool is a must. Problem is I have no idea on how to implement such a thing.

I was wondering if their was a way to do this instead of pulling up searches from a database (my products are not stored in a database.)

Is there a way that if they type in lets say "National Treasure"...it just takes them to the National Treasure page?

Thanks,
Jason

tarundhillon
09-28-2005, 11:26 PM
Jascar,
You will need to store information about your movies at some place . it could be an xml file (if the number of movies are going to be less ) or it could be a database (i suggest you go in for this ). You will have to make a UI which will allow you to add/edit/delete movies and then also have a search box which will allow you to serach for the movies. I could make this solution for you .. if you are interested catch me on msn (tarundhillon@hotmail.com).

-Tarun