PHP сложн. - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of PHP сложн..php

  1. <?php
  2. echo "<html><head>"; 
  3. echo '<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">'; 
  4. echo "<title>Програмка посложнее</title>"; 
  5. echo "</head>"; 
  6. echo "<body>"; 
  7. echo "<h1>Этот скрипт написал студент группы 951 Аникеев Кирилл</h1>"; 
  8. echo "<p>Язык PHP позволяет генерировать HTML-страницы на лету</p>"; 
  9. echo "</body>"; 
  10. echo "</html>"; 
  11. ?>
File Description
  • PHP сложн.
  • PHP Code
  • 23 Mar-2023
  • 467 Bytes
You can Share it: