Просмотр файла pismo/input.php

Размер файла: 1.13Kb
<?php
include 'conf.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php
echo $title;
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="<?php
echo $style;
?>" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #444444;
}
-->
</style></head>

<body>
<div class="head">Письмо ленину :)</div>
<div class="main">

<form action = "pismo.php" method="get">
Ваше имя: <input type="text" name="name"/><br>
Плохой человек: <input type="text" name="bad"/><br>
Какая наша страна: <input type="text" name="strana"/><br>
Очень плохой человек: <input type="text" name="bad2"/><br>
Матное ругательство: <input type="text" name="mat"/><br>
<input type="submit"/></div>
<?php
include 'foot.php';
?>