Index: hadoop-register/index.php
===================================================================
--- hadoop-register/index.php	(revision 57)
+++ hadoop-register/index.php	(revision 97)
@@ -1,2 +1,5 @@
+<?
+   include_once ("./etc/funs.php");
+?>
 <HTML>
     <HEAD>
@@ -51,6 +54,15 @@
     <P ALIGN="center">&nbsp;</P>
     <P ALIGN="center">&nbsp;</P>
+    <P ALIGN="center"> 
+      <? 
+	 $my_mysql = new W_mysql();
+         $link = $my_mysql->connect();
+	 echo "註冊人數： {$my_mysql->count_is_active_user($link)}／500 人";
+	 $my_mysql->close($link);
+      ?>
+    </P>
+    
     <? // <P ALIGN="center"><a href="administrator.php">管理者登入</a></P> ?>
-	</BODY>
+   </BODY>
 </HTML>
 
