|
 |
|
mucoleyte.tr.gg |
|
|
|
|
|
 |
|
arama motoru |
|
|
|
|
|
|
|
|
|
|
|
Form
-------------------------------------------------------------
evet formumuz tamam siz bu sayfadan giriş yapacaksınız ve bir isim yazacaksınız.
buda arabul.asp olsun
-------------------------------------------------------------
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("db.mdb")
isim = request.querystring("isim")
set objRS = Server.CreateObject("ADODB.Recordset")
sql = "select * from isimler where isim like '%" & isim & "%' "
objRS.open sql,conn,1,3
if objRS.eof then
response.write "Hiç kayıt bulunamadı."
response.end
else
do while not objRS.eof
response.write "Bulunan Sonuçlar"
response.write " "
response.write objRS("isim")
objRS.movenext
loop
end if
%> |
|
|
|
|
|
|
 |
|
sitemizle ilgili şikayetinizi derende_22@hotmail.com a iletiniz |
|
|
|
|
|
|
|
|
|
DUYURU PANOSU | | Sitene Ekle | Online Müzik Dinlemek İçin Tıklayınız |
. |
|
|
|
|
|
|
|
|
|
|
|
|
|