View file smska/ntk2/index.php

File size: 422B
<?php
include ("../nast.php");
print ''.$headerd.'';
echo'<div class="bblockin">Владивосток НТК</div>';
echo "
<form action=\"send.php\" method=\"post\">
Номер:<br />";
print '<input name="to" maxlength="11" value="7" size="11" /><br />';
print "
Сообщение:<br />
<input name=\"msg\" /><br />
<input type=\"submit\" value=\"Далее\">
</form>
<br/>";

print ''.$footer.'';
?>