GET and POST method in PHP in urdu/hindi || difference between GET and POST method in php ||

Опубликовано: 06 Октябрь 2020
на канале: Study Programming
41
1

The GET and POST are two different types of HTTP requests. GET is used for viewing something, without changing it, while POST is used for changing something. For example, a search page should use GET to get data while a form that changes your password should use POST
#GETMETHODINPHP
#POSTmethodinphp
#php
#GETANDPOSTMETHODSINPHP