PHP: GET and POST Methods
GET Method
It is a method to send data from a browser to a server. It is less secure because the data to be sent is shown in the URL. A form data can be submitted using the 'GET' method as follows:
form.php:
<?php
if(isset($_GET["submit"])){
...
giver-kdk.hashnode.dev2 min read
David Vargas
web developer
Ty bro, your posts are awesome