I am designing my site and I know that I will want to add search capabilities to it. My question is this...
My products change all of the time. When I sell a product, I need to take it off of the site and when I buy I need to add it. Currently, I have this working perfectly using text files with my Perl scripts. I was wondering if there would be a better way to design this to help me build my search script better. My idea was to just search the text files and then display the results. I did not know if anyone out there would have any advice for me on a better way to do this. Any information would be greatly appreciated. Thanks!
D O N