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

  1. <html>
  2. <head>
  3.   <title>Dank voor uw aanmelding!</title>
  4.   #Aanmeldpagina nieuwsbrief {
  5.     font-family: 'Courier New', Courier, monospace;
  6.   }
  7. </head> 
  8. <body>
  9.   <form action="http://localhost:8000/sign_up.html?naam=Lissy" method="GET">
  10.     <h1>Dank u wel voor uw aanmelding!</h1>
  11.     </body>
  12.     </html>
  13.     
File Description
  • success
  • PHP Code
  • 19 Oct-2021
  • 308 Bytes
You can Share it: