• 04-04-2007, 12:47:48
    #10
    <!-- #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 ,"&nbsp;","-")
    tag = Replace (tag ,"%20","-")
    etiket = Replace (etiket ," ",",")
    etiket = Replace (etiket ,"&nbsp;",",")
    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
  • 04-04-2007, 13:39:22
    #11
    Üyeliği durduruldu
    kullandığın os türkçedir attığın sunucu ise ingilizce bundan kaynaklanabilir..
  • 04-04-2007, 14:04:06
    #12
    evet sorun orda.

    peki bunu nasıl çalıştırabiliriz. yani bu sorunu neyle halledebiliriz Phobia :S