source:
hadoop-register/admin/mailall.php
@
112
| Last change on this file since 112 was 112, checked in by jazz, 16 years ago | |
|---|---|
| File size: 199 bytes | |
| Rev | Line | |
|---|---|---|
| [112] | 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"]; | |
| 9 | echo "$usermail"; | |
| 10 | ||
| 11 | ?> | |
| 12 | </body> | |
| 13 | </html> |
Note: See TracBrowser
for help on using the repository browser.
