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">
Signature: <input type="text" name="signature"><br>
<label for="body">Body:</label>
<textarea id="body-input" name="body"></textarea>
<input type="submit">
</form>
Welcome <?php echo $_POST["signature"]; ?><br>
You said: <?php echo $_POST["body"]; ?>
<br><br>
<hr>
<br><br>
<?php echo readfile("posts.txt"); ?>
</div>
</body>