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">
|
<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>
|
||||||
|
|
Reference in a new issue