fork download
  1. <?php
  2. $count_nodes = db_result(db_query("SELECT COUNT(DISTINCT(n.nid)) FROM {node} n WHERE n.status=1"));
  3.  
  4. $count_users_tot = db_result(db_query("SELECT COUNT(uid) FROM {users}"));
  5.  
  6. μέλη έχουν δημιουργήσει συνολικά <font size=5>echo "count_node";</font> forum topics & άρθρα</b>
  7. $count = db_result(db_query("SELECT COUNT(DISTINCT(n.nid)) FROM {node} n WHERE n.type='blog' AND n.status=1", $mytype));
  8.  
  9. echo "<b>($count blog posts)</b>";
  10. ?>
  11.  
Runtime error #stdin #stdout 0.02s 13664KB
stdin
Standard input is empty
stdout
Parse error: syntax error, unexpected T_STRING in /home/Sgh5Um/prog.php on line 6