<form method='post' ... >
Nothing has been submitted using the post method.
</form>
<form method='get' ... >
Nothing has been submitted using the get method.
This page shows you what your form has submitted via the POST and GET methods as name & value pairs.
Nothing has been submitted using the post method.
Nothing has been submitted using the get method.