Konu
num rows sorunu
02-08-2009, 21:47:03
#4
SNaRe
Üyeliği durduruldu
$query = mysql_query("select count(id) as toplam from icerikler where katid='$katid'");
$row = mysql_fetch_array($query);
echo $row['toplam'];