Changeset 97


Ignore:
Timestamp:
Jul 8, 2009, 5:18:25 PM (15 years ago)
Author:
wade
Message:
  • 顯示註冊人數
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop-register/index.php

    r57 r97  
     1<?
     2   include_once ("./etc/funs.php");
     3?>
    14<HTML>
    25    <HEAD>
     
    5154    <P ALIGN="center">&nbsp;</P>
    5255    <P ALIGN="center">&nbsp;</P>
     56    <P ALIGN="center">
     57      <?
     58   $my_mysql = new W_mysql();
     59         $link = $my_mysql->connect();
     60   echo "註冊人數: {$my_mysql->count_is_active_user($link)}/500 人";
     61   $my_mysql->close($link);
     62      ?>
     63    </P>
     64   
    5365    <? // <P ALIGN="center"><a href="administrator.php">管理者登入</a></P> ?>
    54   </BODY>
     66   </BODY>
    5567</HTML>
    5668
Note: See TracChangeset for help on using the changeset viewer.