Revisa el siguiente código:
<form action="comments.php" method="post">
<label for="comment">Comentario:</label>
<input type="text" id="comment" name="user_comment">
<input type="submit">
</form>
Revisa el siguiente código:
<form action="comments.php" method="post">
<label for="comment">Comentario:</label>
<input type="text" id="comment" name="user_comment">
<input type="submit">
</form>