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.
Result of php executing
Full code of PHP сложн..php
- <?php
- echo "<html><head>";
- echo '<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">';
- echo "<title>Програмка посложнее</title>";
- echo "</head>";
- echo "<body>";
- echo "<h1>Этот скрипт написал студент группы 951 Аникеев Кирилл</h1>";
- echo "<p>Язык PHP позволяет генерировать HTML-страницы на лету</p>";
- echo "</body>";
- echo "</html>";
- ?>