Is it possible to pass a $_SERVER variable to a PHP script via the command line?
Specifically I am trying to set the $_SERVER[\'recipient\'] manually so I can test e
You can also pass two and more variables. For example:
$ SERVER_NAME="example.com" REQUEST_URI="?foo=bar" php script.php