test
This commit is contained in:
parent
c69cfcd56d
commit
25917a6e28
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue