Well ppl i am a bit curious about the meaning of the HTML element.
I really dont know what exactly does the method POST and GET and how does it influence the data typed into FORM.

If I have a form on the web

<FORM action="................." method="GET or POST">
...............
</FORM>

So what i have understood so far is that action is the script or page that handles the data typed in by the user and the method is what?

Thanx for help