How Do I Make A Search Engine (in Html If Possible) To Find A Certain Entry In A Microsoft Access Database?
and…
How do I implement the search engine in the webpage that I’m currently working on?
and…
How do I implement the search engine in the webpage that I’m currently working on?
You will need either ASP Classic or ASP.NET. html does not support server side programming.
You need ASP.net. For more info and tutorials, visit http://www.asp.net/ and http://www.asp.net/learn/ respectively.
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….
hi,
use this trick
write sql statement
select * from
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.