Difference Between POST and GATE method:
- GATE method is a Unsecure while POST method is Secure.
- GATE method is not secure because that can pass inside a URL . POST method is secure because That can pass inside background.
- Range of GATE method is 255 character in URL, While Unlimited Range of POST method.
- Accessing GET method using $_GET[ ] Server Variable. Assessing POST method using $_POST[ ] Server Variable.
No comments:
Post a Comment