[Solved] php GET variable is empty [closed]
[ad_1] $GET should be $_GET since it is a superglobal. That is the actual name of the get parameters array. Reference: http://php.net/manual/en/language.variables.superglobals.php 1 [ad_2] solved php GET variable is empty [closed]