Log in

View Full Version : What language for search bar



Moshambi
11-29-2007, 12:25 PM
first off im sorry if i posted this in the wrong place, but it seemed like it might fit here. now for my question, what language is used to make a search box work for your website? just to search the pages on the sites not the whole internet.

Twey
11-29-2007, 05:10 PM
Any server-side language will do. You can also get pre-made remote hosted ones, e.g. from Google.

Moshambi
11-30-2007, 05:12 AM
thanks twey, but since any server-side language will work, what would you say to be the easiest to do it in?

Twey
11-30-2007, 09:52 AM
Depends what's appropriate to your site. If it's just a small site, probably PHP or a CGI script in e.g. Perl.