adplus-dvertising
frame-decoration

Question

By default all GET, Post, Cookie, Environment, and Server variables are directly accessible in PHP because it is defined in

a.

Web server

b.

php.ini

c.

Register globals directive

d.

Both b and c

Answer: (d).Both b and c

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. By default all GET, Post, Cookie, Environment, and Server variables are directly accessible in PHP because it is defined in

Similar Questions

Discover Related MCQs

Q. PHP is sometimes

Q. Constants in PHP are not denoted by $ sign but they are differentiated by

Q. All variables in PHP are denoted by

Q. Every statement and expression in PHP is terminated by

Q. Word echo used interchangeably as

Q. Although PHP is embedded with HTML but PHP syntax only applies in

Q. These # MY PHP File? and // My PHP File? statements are example of

Q. Performing automatic type variable conversion is an example of

Q. This statement /* My PHP File */ is an example of

Q. All variables in PHP are assigned with the

Q. Get, Post, Cookies and Sessions all are examples of

Q. A package is a set of related _________

Q. Till which version of PHP, developers were forced to name their files in a global context?

Q. Which of the following can you place inside a namespace?

i) classes
ii) functions
iii) variables

Q. Which one of the following is the correct way of declaring a namespace?

Q. Which symbol is used to declare nested namespaces?

Q. Which keyword can be used to fix the above error?

Q. Which one of the following statements is true for include_once() and require_once()?

Q. Which one of the following statements is true for require() and require_once()?

Q. Which function was introduced to help automate the inclusion of class files?