fork download
  1. <!DOCTYPE HTML>
  2. <head>
  3. <meta charset = "utf8">
  4. <title> Calculate two numbers </title>
  5. </head>
  6. <body>
  7. <form action="script.php" method = "post">
  8. <input type = "number" name ="firstName">
  9. +
  10. <input type = "number" name="secondName">
  11. <br>
  12. <input type="submit"/>
  13. </body>
Success #stdin #stdout 0.02s 23296KB
stdin
Standard input is empty
stdout
<!DOCTYPE HTML>
<head>
	<meta charset = "utf8">
	<title> Calculate two numbers </title>
</head>
<body>
	<form action="script.php" method = "post">
	<input type = "number" name ="firstName">
	+
	<input type = "number" name="secondName">
	<br>
	<input type="submit"/>
</body>