So first i learn how to use the forms in web page .There are generally two methods to work with forms
Form in html pages are used in <FORM tag as
shown below
<FORM ACTION="http://www.site/your_script"
METHOD=POST>
...
</FORM>
here "http://www.site/your_script" this is url of
your script.Below i show the list of the form values with how they look
like.