--- ROBERT MCPEAK <[EMAIL PROTECTED]> wrote:
> Has anybody seen the seemingly automatic and unexplained conversion of
> the character "." to "_" in $_POST var names?

This is intentional. The "." character is not allowed in a variable name,
so PHP has to translate your HTML form's variable name to a PHP one
somehow, and this is what it does.

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to