Quote Originally Posted by ajitnaik View Post
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
using get method is not secure, ur informations will be appeared in the url address. using post method is much secure it will not appear in the url address. eg.secure for using post method in login form.