prepare("select * from uyeler where durum=? and seviye=? order by sira asc");
$Platins->execute(array('Yayında', 'platin'));
$count = $Platins->rowcount();
if ($count > 0){
while($Platin = $Platins->fetch()){
?>
Platin İlan Kaydı Malesef Bulunamamıştır...
prepare("select * from uyeler where durum=? and seviye=? order by sira asc");
$Golds->execute(array('Yayında', 'gold'));
$count = $Golds->rowcount();
if ($count > 0){
while($Gold = $Golds->fetch()){
?>
Gold İlan Kaydı Malesef Bulunamamıştır...
prepare("SELECT * FROM blog WHERE durum = ? ORDER BY id DESC LIMIT 10");
$sorustur->execute(array('Aktif'));
while($Makale = $sorustur->fetch()){
$kategoriSorgula = $conn->prepare("SELECT * FROM kategori WHERE id = ?");
$kategoriSorgula->execute(array($Makale['kategori']));
$kateqoriCek = $kategoriSorgula->fetch();
?>