At 11:36 PM 7/6/2001 -0700, Ron Chmara wrote: >Suggestions/Ideas to mock or approve/improve upon. >1. Modify the "secured" var stack names, so calling something like >$PHPG["a"] Is equivalent to HTTP_GET_VARS["$a"] ( PHPP | PHPS | PHPC | >PHPF). Less typing of chars is good. Carpal tunnel injuries bad. Zeev suggested $__GET, $__POST and so on. I think this is a good idea, is very readable and saves a lot of typing. We also thought of possibly making these true globals such as $GLOBALS (just an idea, don't take my word for it :). What do you guys think? Andi