PHP - Superglobals and Web Context
What will be the output of this PHP code if a cookie named
user is set to "Alice" and no GET or POST data is sent?echo $_REQUEST['user'];
