ID: 9547 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: PHP options/info functions Assigned To: Comments: 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 Previous Comments: --------------------------------------------------------------------------- [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? --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9547&edit=2 -- 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]