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

Размер файла: 597B
  1. <?php
  2. /*First script by DareDevil ICQ: 549183*/
  3. error_reporting(0);
  4. include "inc.php";
  5. echo '<head>
  6. <title> Задай себе вопрос)) </title>
  7. </head>';
  8. echo '<link rel = "stylesheet" type = "text/css" href = "style.css" />';
  9.  
  10. echo '<form action = "danet.php" method = "POST" />';
  11.  
  12. echo '<dl class="menu">
  13. <dt>Введите вопрос:<br><input type = "text
  14. " name = "quest" /><br/></dt>';
  15. echo '<div class="logoback"><center><input class = "s" type = "submit" value = "Получить ответ"></center></div>';
  16.  
  17.  
  18. echo "<p align = 'center' > $copy </p>";
  19. ?>