M477HEW Posted March 25, 2009 Share Posted March 25, 2009 I have been given what seems like an impossible task by my boss. I am trying to duplicate the configuration of an old server that we used to use in our office. I have a print out of phpinfo.php pages to help me achieve this. However I am not at all familiar with PHP and would really appreciate some help please. in PHP Variables section I have a these lines that appear: PHP_SELF /phpinfo.php _REQUEST["tiger_lang"] en _REQUEST["ss"] f6f40....... _REQUEST["currency"] 1 _COOKIE["tiger_lang"] en _COOKIE["ss"] f6f40....... _COOKIE["currency"] 1 The stuff inside the brackets relates to our CMS language (tiger_lang), our Site Seal (ss) and the default currency. On my machine these lines don't appear in the PHP Variables section. Please can someone advise where I need to look to declare these and get my phpinfo page looking the same? Thanks in advance for any advice given. Its greatly appreciated. Sorry for my vagueness. I am totally bewildered as you may have guessed. Quote Link to comment Share on other sites More sharing options...
Mchl Posted March 25, 2009 Share Posted March 25, 2009 http://www.php.net/manual/en/reserved.variables.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.