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

Размер файла: 597B
<?php
/*First script by DareDevil  ICQ: 549183*/
error_reporting(0);
include "inc.php"; 
echo '<head>
<title> Задай себе вопрос)) </title>
</head>';
echo '<link rel = "stylesheet" type = "text/css" href = "style.css" />';

echo '<form action = "danet.php" method = "POST" />';

echo '<dl class="menu">
<dt>Введите вопрос:<br><input type = "text
" name = "quest" /><br/></dt>';
echo '<div class="logoback"><center><input class = "s" type = "submit" value = "Получить ответ"></center></div>';


echo "<p align = 'center' > $copy </p>";
?>