Размер файла: 884B
<?php
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>xTLT.org</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body><div class="ablockin">';
echo'<div class="bblockin">Баку - Azercell Telecom</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 '<a href="../index.php">Назад</a><br/>
<div class="bblock"><div class="bblockin">
<a href="http://xtlt.org">На главную</a><br/>
© wap.xTLT.org<br/>
<img src="http://c.waplog.net/ru/17000.cnt"/><br/>
</div></div></body>
</html>';
?>