I know this code itself will not work, but I managed to delete the edited php file.. So here is the html code, its a SMS system.
Code:
<html>
<link rel="stylesheet" href="http://syse.bbg.no/themes/bbg/layouts/style.css" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<body>
<form method=post action='sms3.php'>
<strong>Send SMS</strong><br>
<table border=0>
<tr>
<td>Nummer:</td>
<td><input name='tlf' id="tlf"></tr>
<tr>
<td>Melding</td>
<td><textarea name="melding" cols="28" rows="14" id="melding"></textarea></td>
</tr>
<tr>
<td> </td>
<td><input type=submit name=submit value=Send target="smssend"></td>
</tr>
</table>
</form>
</body>
</html>
Bookmarks