Environment and Form Variables
- Specify the order in which user-derived variables are added
to the global namespace, if at all.
- Create HTTP_POST_VARS, HTTP_GET_VARS, and HTTP_COOKIE_VARS
arrays for direct access to variables from specific sources.
- Automatically escape quotes in strings so they can easily be
placed inside an SQL query.