Просмотр файла form.php

Размер файла: 1.45Kb
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
header("Content-type:text/html; charset=windows-1251");
echo"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\"><title>Членомер</title>
<style type=\"text/css\">
body { font-weight: normal; font-family: Verdana; font-size: 13px; color: #FFFFFF; background-color: #003333 }
a:link { text-decoration: underline; color : #FFFF00 }
a:active { text-decoration: underline; color : #FFFFFF }
a:visited { text-decoration: underline; color : #FF0000 }
a:hover { text-decoration: none; font-size: 14px; color : #FFFFFF }
div { margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px; font-weight: bold;}  
table { margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px; font-weight: bold;}
.a {background-color: #FFCC00;  text-align: center; font-size: 20px; color: #FF6600; }
.b {background-color: #333333;  text-align: left; font-size: 14px; color: #FFFF00; }
.c {background-color: #003333;  text-align: center; font-size: 13px; color: #FFFF00; }
</style></head><body bgcolor=\"#666666\"><div class=a>Членомер</div><div align='left'>";
?>
<font color=#CCCC00>Введите сюда длину своего органа в сантиметрах </font>
<form action="index.php"
name = "myform"
method="post">
<textarea name="msg"
cols="4" rows="1"></textarea><br>
<input name="Submit"
type=submit
value="Посмотреть">
</form><br><font color=#00FF00>©Dementor666</font>
<?
?>