*URGENT* Could someone please tell me how to add a PHP 'search' function to my website?

  • Thread starter Thread starter Yiaggi
  • Start date Start date
Y

Yiaggi

Guest
Hi guys,

I urgently need to know how to add a PHP website search function to my website that organises the results for you.

I only have today to complete this task so I will give as many points as I physically can to the person that solves this for me! Consider it your very good deed for the day!

I do have some knowledge of PHP.

I really need to do this without the mysql database if possible.

Thank you in advance for any help. You will literally be saving my bacon!

:S
 
Iinstall your PHP search engine script. This requires you to have the facility to install and run PHP scripts on your web account. You don't need to be able to write one. There are numerous free search engine scripts that you can adapt for your site. You can can Google

free php search script

and lots results come up.

In general there are two types of PHp search engine scripts. One will search your entire website for the relevant article each time your visitor invokes the search engine. The other creates an index of your site and only searches the index when the visitor uses the engine. The former is easier to configure and use for the newcomer, but quickly becomes sluggish when your website grows big. The latter is more efficient, but often requires you to remember to re-index your site each time you change your pages.
 
I think it is not possible to create a search engine without mysql.
Why don't you add google site search engin in your site?
 
Back
Top