[Solved] php GET variable is empty [closed]


$GET should be $_GET since it is a superglobal. That is the actual name of the get parameters array.

Reference:

1

solved php GET variable is empty [closed]