/[projects]/misc/horsensspejder-web/simpelsms.php
ViewVC logotype

Annotation of /misc/horsensspejder-web/simpelsms.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (hide annotations) (download)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File size: 312 byte(s)
initial import
1 torben 2125 <?php
2     require("header.php");
3     ?>
4    
5     <h3>Send simpel sms</h3>
6    
7     <form method="post" action="send.php">
8     <table>
9     <tr><td>Til:</td><td><input name="to"></td></tr>
10     <tr><td>Besked</td><td><input name="msg"</td></tr>
11     <tr><td>&nbsp;</td><td><input type="submit"></td></tr>
12     </table>
13     </form>
14    
15     <?php
16     require("footer.php");
17     ?>

  ViewVC Help
Powered by ViewVC 1.1.20