1яаиа - 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 1яаиа.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.  
  8. $a="ГПОУ ЮТК";
  9. $b="АИТ";
  10. $c="ЦМК отделения АИТ";
  11. $d="МДК 01.02";
  12. $e="218";
  13. $f="Поликарпочкин М.В.";
  14. $group=951;
  15. $name="Аникеев Кирилл Дмитриевич";
  16. $text= "Меня зовут " .$name. " я учусь в группе " .$group;
  17.  
  18. Echo "Номер образовательного учреждения:" .$a;
  19.  
  20.  
  21.  
  22.  
  23.  
  24. echo $text;
  25.  
  26. echo "</body>"; 
  27. echo "</html>"; 
  28. ?>
File Description
  • 1яаиа
  • PHP Code
  • 23 Mar-2023
  • 633 Bytes
You can Share it: