veritabanına ekleyecemde nasıl çekicem
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="jquery.min.js" type="text/javascript">
</script>
<script type="text/javascript">
$(function(){
$('.ackapa').click(function(){
$('.nesne').slideToggle(2000)({
});
});
$('.ackapa2').click(function(){
$('.nesne2').slideToggle(2000)({
});
});
});
</script>
<style>
.ackapa,.ackapa2{ width:300px; height:50px;
font-family:Verdana; padding-top:10px;
margin-left:5px;
font-size:15pt;
background-color:#3B3B3B;
-webkit-border-radius:10px;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 6px 5px#888;
box-shadow: 0 0 1px 1px #888;
color:white;
}
.nesne,.nesne2 { width:auto; height:auto; display:none; margin-top:10px;
color:#FFF;
}
#resim{max-width:700px;}
</style>
</head>
<div class="ackapa">Genel Kurul Duyuruları</div>
<div class="nesne"><a href="resim/bduyuru1.jpg"><img src="resim/bduyuru1.jpg" id="resim"></a>
<a href="resim/toplanti.jpg"><img src="resim/toplanti.jpg" id="resim"></a>
<a href="resim/toplanti2.jpg"><img src="resim/toplanti2.jpg" id="resim"></a>
</div>
<br><br>
<div class="ackapa2">İçme Suyu Analiz Sonucu</div>
<div class="nesne2" ><a href="resim/bduyuru2.jpg"><img src="resim/bduyuru2.jpg" id="resim"></a></div>
</script>
<body>
</body>
</html>
r10 da yasak bu.