Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

$_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.
 
PREVIOUS NEXT
Tagged: #php #working
ADD COMMENT
Topic
Name
4+3 =