source: hadoop-register/admin/mailall.php @ 112

Last change on this file since 112 was 112, checked in by jazz, 14 years ago
  • 新增使用者人數檢查
File size: 199 bytes
Line 
1<html>
2<head>
3<title> mail to all</title>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5</head>
6<body>
7<?
8$usermail = $_GET["usermail"];
9echo "$usermail";
10
11?>
12</body>
13</html>
Note: See TracBrowser for help on using the repository browser.