I notice the use of "_GET" in some messages. Is this the same as "HTTP_GET_VARS[]"?
More or less. $_GET was added in version 4.1 and has an added advantage of being global in scope (it's a superglobal).
Where in the manual is this documented?
http://www.php.net/release_4_1_0.php http://www.php.net/manual/en/language.variables.predefined.php
Hope that helps, Larry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php