English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

and...
How do I implement the search engine in the webpage that I'm currently working on?

2007-03-20 01:12:51 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

You will need either ASP Classic or ASP.NET. html does not support server side programming.

2007-03-20 03:42:42 · answer #1 · answered by peacemaker 2 · 0 0

hi,
use this trick
write sql statement
select * from

where = or
=;

first column : the column you will search in
Variable1: text box you gave to the searcher to fill
Second Column: same
Variable2: same

But be aware of SQL Injection.


Regards.

2007-03-24 16:01:02 · answer #2 · answered by suhail62 2 · 0 0

there are two option available...

(i) u hard code

or

(ii) u use a third party tool....

assuming u in urgent need....google the same...u will bump into one....

i would prefer search engine creator....

2007-03-28 08:12:39 · answer #3 · answered by little d 3 · 0 0

You need ASP.net. For more info and tutorials, visit http://www.asp.net/ and http://www.asp.net/learn/ respectively.

2007-03-27 04:26:35 · answer #4 · answered by Anonymous 2 · 0 0

fedest.com, questions and answers