$query = mysql_query("SELECT COUNT(id) as total FROM table"); $r=mysql_fetch_array($query); //איפה שאתה רוצה להדפיס את המספר: echo $r['id'];