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

  1. <form method="POST" action="verify.php">
  2.   <img src="captcha.php" alt="Captcha-Bild">
  3.   <br>
  4.   <label for="captcha">Captcha-Text:</label>
  5.   <input type="text" name="captcha" id="captcha">
  6.   <br>
  7.   <input type="submit" value="Absenden">
  8. </form>
File Description
  • form
  • PHP Code
  • 28 Sep-2023
  • 243 Bytes
You can Share it: