Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Difference between GET and POST method in PHP?

user-image
Question added by Aswathi C , Front-End Developer , A2 Software Solutions
Date Posted: 2017/08/15
Hanush Haridas
by Hanush Haridas , Web Developer , Hexcore Technologies

POST requests are never cached, POST requests do not remain in the browser history,POST requests have no restrictions on data length. GET rquests are cached, GET requests remain in the browser history, GET requests have restrictions on data length

 

Aswathi C
by Aswathi C , Front-End Developer , A2 Software Solutions

GET and POST both are same. GET is a STATIC one but POST is a DYNAMIC.

More Questions Like This