How can use $_Get Variable?
Ask by Anonymous User
Updated 17 Sep 2020
GET variable is executed when a request is sent from the user for information. $_GET is used to collect or use values from a form with a method="GET".
EX: $_GET ["name"]
Here name is name or id of form element