<?php $privat=mysql_query("SELECT COUNT(*) FROM `privat`;"); $k=mysql_result($privat, 0); print $k; ?>