Which of the following directive determines the maximum amount of time that a PHP script will spend attempting to parse input before registering a fatal error?
A. max_take_time
B. max_intake_time
C. max_input_time
D. max_parse_time
Answer: Option C
A. max_take_time
B. max_intake_time
C. max_input_time
D. max_parse_time
Answer: Option C
Which two predefined variables are used to retrieve information from forms?
A. $GET & $POST
B. $_GET & $_POST
C. $__GET & $__POST
D. GET & POST
A. basic sql injection
B. advanced sql injection
C. cross-site scripting
D. scripting
When you use the $_GET variable to collect data, the data is visible to.
A. none
B. only you
C. everyone
D. selected few
When you use the $_POST variable to collect data, the data is visible to.
A. none
B. only you
C. everyone
D. selected few
Join The Discussion