Blocking assignment of form field values to global variables is one of the defenses available to prevent a __________ attack.
A. PHP remote code injection B. mail injection
C. command injection D. SQL injection
A. PHP remote code injection
Computer Science & Information Technology
You might also like to view...
In Internet Explorer, which of the following elements displays a tab for up to ten open Web pages?
A) Quick Tabs button B) tab row C) Tab button D) Refresh button
Computer Science & Information Technology
Which of the following statements terminates a program prematurely?
a. terminate( 0 ); b. exit( 1 ); c. end( 0 ); d. eof();
Computer Science & Information Technology