ID: 9547 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PHP options/info functions Description: variables_order = "EGPCS" is messed up This must have been an error in my script. The variable was not overwritten, because in some cases the script did not assign it a value. Thank you and sorry. Previous Comments: --------------------------------------------------------------------------- [2001-03-04 17:10:48] [EMAIL PROTECTED] I tried with this little script (vars.php): <?php echo $LANG;?> <form action="vars.php" method="post"> <input type="text" name="LANG"> <input type="submit"> </form> and it works like it should. ie. When loaded without posting, the LANG is en_US, and when I post that form, it's set whatever I type in the input field. Is this what you meant here? --Jani --------------------------------------------------------------------------- [2001-03-04 13:13:55] [EMAIL PROTECTED] I set variables_order = "EGPCS" but nevertheless, PHP uses the environment variable LANG when I refer to $LANG. So, the get/post value is overwritten with the environment value. Why? --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=9547 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]