0 comments / July 11, 2015

Why my form values are not submitted?

There are lot of reasons for the form values not being posted. But we must make sure that we set basic things properly.


0 comments / July 11, 2015

How post data is sent to server?

We know when we send data using GET method the variables are sent as query string. But how its done when it is a POST request? The variables is not visible in the url then how it is sent?