Who can help me with a search script?

R

Robert

Hello,

I'm trying to build a website, with profiles of different people.
But if it al more than 1000 people, i want to search for profiles, to keap
it
easy.

BUT I Don't know how to build one..

It goes about this script:

<form
action="Profielen.asp?ACTION=SEARCHT&txtNickname=<%=request("txtNickname")%>&txtNaam=<%=request("txtNaam")%>">
<table>
<%
Call PrintTextBox(150,200,"white","Naam:","txtNaam",sNaam,30,50)
Call
PrintTextBox(150,200,"white","Nickname:","txtNickname",sNickname,30,50)
%>
<tr>
<td>
<input class="Button" type="submit" value="Zoeken" id=submit
name=submit>
</td>
</tr>
</table>
</form>

the fields where he must search in are:
ProNickname And
ProNaam

They al stand in the database:
tblProfielen

This is the script, where he must show, the thinks where you're
searching for:
<% set rst = cnn.execute("SELECT * FROM tblProfielen WHERE ProNickname = " &
request("txtNickname") & " OR ProNaam = " & request("txtNaam"))%>

What must happen is this:
If somebody, enters a Nickname, he must show ALL profiles that are the same
as That nickname, or who ar almost the same.
This must happend to with the Naam..

What i have made, does'nt work, is there anybody, who kan help me to let it
work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top