aa.html - 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 aa.html.php

  1. <!DOCTYPE html >
  2. <html>
  3. <head>
  4. <title>Formulaire</title>
  5. </head>
  6. <body>
  7. <form action ="cyrine.php" method= "GET">
  8.  Nom: <input type="text" name="nom">
  9.  Prenom: <input type="text" name="prenom">
  10.  Adresse: <input type="text" name="adresse">
  11.  Ville: <input type="text" name="ville">
  12.   Code: <input type="number" name="code">
  13.  
  14.  
  15. <input type="submit" value="Envoyer">
  16.  
  17. </form>
  18. </body>
  19. </html>
File Description
  • aa.html
  • PHP Code
  • 21 Mar-2021
  • 405 Bytes
You can Share it: