Creating search engine

liunx

Guest
Hello,<br />
<br />
I need to create a search engine for a website. What is the easiest and a good way of doing this? Are their scripts or is this done with ASP?<br />
<br />
Thanks,<br />
MonaE<!--content-->The best way to make a search engine is using a database (MySQL, MSSQL, PostrSQL, ect.) along with a server side language such as PHP, or ASP. You will need to find out what your host supports first, and then learn the server side language. There are, however, many available searches if you need it immediately. For instance, Google can search your entire site for certain things if this is what you are looking for.<!--content-->
 
Back
Top