Ver original$result = mysql_query('SELECT COUNT(*) FROM users');$total = mysql_fetch_row($result);echo "Total: $total[0]";