> I can do this: $_REQUEST['.name'] = "testing" then if I do > print_r($_REQUEST) prints it out as .value and not _value. Any > reason for being able to do one, but not the other? Also what is the > "(not binary safe)" part of a variable with a . in its name?
I know that changing this would break a lot of code that uses images as submit buttons. There you get variables like image.x and image.y which are translated into image_x and image_y. Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php