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.
Result of php executing
Full code of 1яаиа.php
- <?php
- echo "<html><head>";
- echo '<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">';
- echo "<title>Програмка посложнее</title>";
- echo "</head>";
- echo "<body>";
- $a="ГПОУ ЮТК";
- $b="АИТ";
- $c="ЦМК отделения АИТ";
- $d="МДК 01.02";
- $e="218";
- $f="Поликарпочкин М.В.";
- $group=951;
- $name="Аникеев Кирилл Дмитриевич";
- $text= "Меня зовут " .$name. " я учусь в группе " .$group;
- Echo "Номер образовательного учреждения:" .$a;
- echo $text;
- echo "</body>";
- echo "</html>";
- ?>
File Description
- 1яаиа
- PHP Code
- 23 Mar-2023
- 633 Bytes
You can Share it: