Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

ton a Tho derectury pointer a..way of keeping You would use the puson cdata to t

ID: 3736085 • Letter: T

Question

ton a Tho derectury pointer a..way of keeping You would use the puson cdata to the end of an existing le Multiple Choice 21. The ENY variabsles that programa use tors with te ye Env autoghotat contains contains program a syste b. environmental d. seript of a variable from inside a func ou can use autoglobal array to refer to the global a SGLOBALS b. GLOBAL e.GLOBALS d. GLOBAL 23. The value of the attribute identifies the program on the Web server that the form is submitted. a. action b. method c. name d. id 24. When you click a form's submit button, each field on the form is sent to the Web server as c. variable/value d. yes/no a. true/false b. name/value 25. When you use the method to submit form data to the processing script, the form da URL specified by the action attribute. a. get b. post c. request d. submit . The PHP feature that automatically adds a backslash to any single quote, double quot contained in form data that a user submits to a PHP script is

Explanation / Answer

21. the $_env autoglobal contains ____ variables that programs use to interact with the system.

Answer: (b) environmental

22. you can use __________ autoglobal array to refer to the global version of a variable from inside a function

Answer: (a) $GLOBALS

23. the value of the ______ attribute identifies the program on the web server that will process the form data when when the form is submitted

Answer: (a) action

24. when you click a form's submit button, each field on the form is sent to the web server as ____ pair

Answer: (b) name/value

25. when you use the ____ method to submit form data to the processing script, the form data URL specified by the action attribute

Answer: (b) get