Click to See Complete Forum and Search --> : Search code


styla
01-21-2004, 11:36 AM
Hi,

I am building a site and I want to know what javascipt or code I can use to make a search thing for my site.

I need to give the option of different prices of houes and for people to search my site for the one they want.

If you know what i mean please reply

jon

requestcode
01-21-2004, 11:46 AM
JavaScript is not well suited for search whole web sites. I would recommend that you use a Server Side language such as PHP or Perl. Here is a link to some PHP scripts:
http://php.resourceindex.com/Complete_Scripts/Searching/

And Perl:
http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Searching/

styla
01-21-2004, 11:48 AM
thanks for your help