• POST Method
  • GET Method

POST Method

                POST method the data is sent to the server as a package in a separate communication with the processing script. Data sent through POST method will not visible in the URL.

Ex:

GET Method:

In GET method the data is sent as URL parameters that are usually strings of name and value pairs separated by ampersands (&).In general, a URL with GET data,

Ex: