Answers for "$_get in php not working"

PHP
0

$_get in php not working

$_get is a super global variable in PHP, and it must be defined as $_GET not $_get.
It will work with $_GET.
Posted by: Guest on March-09-2022

Browse Popular Code Answers by Language