session üye id kayıt ile kayıt çağırma şekli
set rs = Server.CreateObject("ADODB.RecordSet")
rs.open "SELECT * FROM uyeler WHERE uyeid=" & session("uyeid") , conn , 1 , 3
rs("isim") = isim Read the rest of this entry »
session üye id kayıt ile kayıt çağırma şekli
set rs = Server.CreateObject("ADODB.RecordSet")
rs.open "SELECT * FROM uyeler WHERE uyeid=" & session("uyeid") , conn , 1 , 3
rs("isim") = isim Read the rest of this entry »
change checkbox style tanımalam
<style>
input.lay100 {width:180px;
height:25px; Read the rest of this entry »