Re: Passing a HTML variable to a PHP file using include
Posted by Alan Briolat on 12/16/36 11:58
You're using the wrong array. Variables passed as part of the URL are
found in $_GET, not $_SERVER - $_SERVER variables are more to do with
server information and information on the request itself, not data passed
with the request.