PHP

Topic: PHP Forms

Difference between $_GET and $_POST ?

$_GET, is used to access the name-value pair which is sent by the client to the server using GET method. 

$_POST can access the name-value pair which is sent by the client to the server using POST method.

Browse random answers: