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

  1. <html>
  2. <body>
  3.  
  4. <form action="welcome.php" method="post">
  5. Name: <input type="text" name="name"><br>
  6. E-mail: <input type="text" name="email"><br>
  7. <input type="submit">
  8. </form>
  9.  
  10. </body>
  11. </html>
File Description
  • index.php
  • PHP Code
  • 01 Dec-2022
  • 190 Bytes
You can Share it: