5 lines
179 B
HTML
5 lines
179 B
HTML
|
<form method="POST" action="index.php?action=comment">
|
||
|
<label>Text comment</label>
|
||
|
<input type="text" name="comment">
|
||
|
<input type="submit" value="Comment it!">
|
||
|
</form>
|