<!-- #include file="dbase.asp" -->
<%Session.CodePage=1254%>
<html>
<head>
<title>colors of web</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<META http-equiv="content-language" content="TR">
<meta name="revisit-after" content="1 Days">
<meta name="googlebot" content="All">
<META NAME="distribution" CONTENT="global">
<META NAME="RATING" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
<meta name='audience' content='all' />
</head>
<body>
<%
Set oekle = Server.CreateObject("ADODB.Recordset")
sor = "Select * from program"
oekle.Open sor,Baglan,1,3
kid = Request.Form("kid")
adi = Request.Form("adi")
link = Request.Form("link")
resim = Request.Form("resim")
etiket = Request.Form("etiket")
aciklama = Request.Form("aciklama")
kontrol = Request.Form("kontrol")
tag = Request.Form("adi")
tag = Replace (tag ,"ç","c")
tag = Replace (tag ,"ğ","g")
tag = Replace (tag ,"ö","o")
tag = Replace (tag ,"ü","u")
tag = Replace (tag ,"ı","i")
tag = Replace (tag ,"ş","s")
tag = Replace (tag ,"Ç","C")
tag = Replace (tag ,"Ğ","G")
tag = Replace (tag ,"Ö","O")
tag = Replace (tag ,"Ü","U")
tag = Replace (tag ,"İ","I")
tag = Replace (tag ,"Ş","S")
tag = Replace (tag ," ","-")
tag = Replace (tag ," ","-")
tag = Replace (tag ,"%20","-")
etiket = Replace (etiket ," ",",")
etiket = Replace (etiket ," ",",")
etiket = Replace (etiket ,"%20",",")
oekle.addnew
oekle("kid") = kid
oekle("adi") = adi
oekle("link") = link
oekle("resim") = resim
oekle("etiket") = etiket
oekle("aciklama") = aciklama
oekle("kontrol") = kontrol
oekle("hit") = 0
oekle("tarih") = Date
oekle("tag") = tag
oekle.update
Response.Redirect "default.asp"
%>
</body>
</html>
sayfanın adı: kaydet.asp
kodlar yukarıda
ASP Replace-Highlight-Küçük karaktere çevirme.
11
●2.728
- 04-04-2007, 12:47:48
- 04-04-2007, 14:04:06evet sorun orda.
peki bunu nasıl çalıştırabiliriz. yani bu sorunu neyle halledebiliriz Phobia :S