Konu Başlığı: php + mysql > satır sayımı
View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 30.06.2005   #2 (permalink)
Taci TIRSAK
 
Üyelik Tarihi: 20.06.2002
Yer: Bursa
Yaş: 32
Mesaj: 294
Re: php + mysql > satır sayımı

en kısa yol
PHP Code:
<?=mysql_num_rows(mysql_query("select no from table2 where no='a1'")) ?>
alternatif
PHP Code:
<? 
$tmp 
mysql_query("select count(no) from table2 where no='a1'");
$adet mysql_fetch_array($tmp);
echo 
$adet;
?>
__________________
AltıÜstü Tasarım (Kaliteyi Destekliyoruz)
tt | asdfClub | PublicMail | nntp2rss | reklampark
Taci TIRSAK şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin