This commit is contained in:
awesomeuser 2023-08-01 19:25:30 +00:00
parent c69cfcd56d
commit 25917a6e28

View file

@ -31,13 +31,15 @@
<form method="post"> <form method="post">
Signature: <input type="text" name="signature"><br> Signature: <input type="text" name="signature"><br>
<label for="body">Body:</label>
<textarea id="body-input" name="body"></textarea> <textarea id="body-input" name="body"></textarea>
<input type="submit"> <input type="submit">
</form> </form>
Welcome <?php echo $_POST["signature"]; ?><br> <br><br>
You said: <?php echo $_POST["body"]; ?> <hr>
<br><br>
<?php echo readfile("posts.txt"); ?>
</div> </div>
</body> </body>