create echos in forms

This commit is contained in:
2026-04-08 18:57:43 +02:00
parent ab1d04cc66
commit 6f322011ea
+14
View File
@@ -1,5 +1,19 @@
<?php <?php
echo "<html><body>";
echo "<form action="xor23.php" method="get">";
echo "component #1: <input type="text" name="comp1" size="64" maxlenght="64"><br>";
echo "component #2: <input type="text" name="comp2" size="64" maxlenght="64"><br>";
echo "component #3: <input type="text" name="comp3" size="64" maxlenght="64"><br>";
echo "<input type="submit">";
echo"<div class="messagebox">";
echo $output;
echo "</div>";
echo"</form>";
echo "</body></html>";
$output = shell_exec("python hello.py"); $output = shell_exec("python hello.py");