ssssss - 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 ssssss.php

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>METANIT.COM</title>
  5. <meta charset="utf-8" />
  6. </head>
  7. <body>
  8. <h3>Форма ввода данных</h3>
  9. <form action="user.php" method="POST">
  10.     <p>Имя: <input type="text" name="name" /></p>
  11.     <p>Возраст: <input type="number" name="age" /></p>
  12.     <input type="submit" value="Отправить">
  13. </form>
  14. </body>
  15. </html>
File Description
  • ssssss
  • PHP Code
  • 02 Feb-2023
  • 371 Bytes
You can Share it: