Getting Data procedure


1. Find the method which is used to send data

- if it’s post method which is used, search the data length with the CONTENT_LENGTH variable.

- if it’s get method which is used, search the data with the QUERY_STRING variable.


2. decode the data.

- & is used to separate parameters

- % to code a special characters