Which script should I select to create search engine, Javascript, ASP or PHP?
1. The Javascript search engine runs on the client side, so it need to download all the data to the visitors’ computer to run the search engine. It runs well on local computer, CD-ROM and small websites, easy to handle. But if your site is large and you are using it on Internet, it will be slow to load. 2. The ASP/PHP search engine runs on the server side, it use database to store the data. So it needn’t to load data to client side, it will be very rapid to load the search page, and very rapid to search big website. But it couldn’t be used to publish on CD-ROM.