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

Размер файла: 1.95Kb
<html>
<head>
<title>Результат</title>
<meta http-equiv="Content-Type" content="text/html"; charset="windows-1251">
</head>
<style>
body {background-color: #fff;
max-width: 400px;
margin: auto;
font-size: 11px;
font-family: Arial;
color: #aaa;
padding: 1px;
border: 1px solid #000;}

a:link, a:active, a:visited {
color: #DF9B30;
text-decoration: none;}

a:hover {text-decoration: underline;}
.name {
background: #000;
margin: 1px 0px 1px 0px;
padding: 2px 4px 2px 8px;
font-size: 12px;
color: #DF9B30;
font-weight: bold;
}
</style>
<body>
<div class=name>Результат</div>
&lt;meta http-equiv="Content-Type" content="text/html"; charset="windows-1251"&gt;<br>

<?php
$a1=$_POST['radiobut'];
if ($a1=="yes")
   {
echo('&lt;meta http-equiv="Pragma" content="no-cache"&gt;<br>');
   }
?>
&lt;meta name="keywords" content="<?php echo($_POST['keywords']); ?>"&gt;<br>
&lt;meta name="description" content="<?php echo($_POST['description']); ?>"&gt;<br>
&lt;meta name="author" content="<?php echo($_POST['author']); ?>"&gt;<br>
&lt;meta name="copyright" content="<?php echo($_POST['copyright']); ?>"&gt;<br>
&lt;meta name="generator" content="<?php echo($_POST['generator']); ?>"&gt;<br>
&lt;meta name="reply-to" content="<?php echo($_POST['reply-to']); ?>"&gt;<br>   

<div class=name>Скопировать</div>
<textarea><?php
$a1=$_POST['radiobut'];
if ($a1=="yes")
   {
echo('&lt;meta http-equiv="Pragma" content="no-cache"&gt;<br>');
   }
?>
&lt;meta name="keywords" content="<?php echo($_POST['keywords']); ?>"&gt;<br>
&lt;meta name="description" content="<?php echo($_POST['description']); ?>"&gt;<br>
&lt;meta name="author" content="<?php echo($_POST['author']); ?>"&gt;<br>
&lt;meta name="copyright" content="<?php echo($_POST['copyright']); ?>"&gt;<br>
&lt;meta name="generator" content="<?php echo($_POST['generator']); ?>"&gt;<br>
&lt;meta name="reply-to" content="<?php echo($_POST['reply-to']); ?>"&gt;<br></textarea>
</body>
</html>