Changeset 97
- Timestamp:
- Jul 8, 2009, 5:18:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop-register/index.php
r57 r97 1 <? 2 include_once ("./etc/funs.php"); 3 ?> 1 4 <HTML> 2 5 <HEAD> … … 51 54 <P ALIGN="center"> </P> 52 55 <P ALIGN="center"> </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 53 65 <? // <P ALIGN="center"><a href="administrator.php">管理者登入</a></P> ?> 54 66 </BODY> 55 67 </HTML> 56 68
Note: See TracChangeset
for help on using the changeset viewer.