|
By opening this file on a PHP MySQL APACHE SERVER ... This page sets the following cookie Cookie=VALUE; in this page ( ...page must be reloaded 1 time to show results [VALUE] between the last square brackets in line 1) & 2)) This script check the server performance regarding the settings in php.ini that runs on the web-server. 1) - If this variable [$NAME] is not retrieved between the next square brackets [] ...then register_globals is set to Off
2) - This variable [$_name=$HTTP_COOKIE_VARS['NAME'];] is retrieved ANYHOW []
... register_globals is set to On ...the same happens with GET and POST variables in the whole server !
|