I am using the form to store the data into database. And I am using post method. but when i clicking on the submit button, the values of my form
are displaying in the url bar.
You mispelled method so the form got confused and defaulted to using GET.
Venkat has given you the correct line although I would use double quotes rather than single