Consider the following PHP code:
define(“CO”, “The Johnson Group”);
define(“AD”, “Your MIS solution”);
echo(CO);
When this code is run, what does the browser display?
A.
“Your MIS solution”
B.
“The Johnson Group”
C.
“Define CO”
D.
“echo”
Consider the following PHP code:
define(“CO”, “The Johnson Group”);
define(“AD”, “Your MIS solution”);
echo(CO);
When this code is run, what does the browser display?
Consider the following PHP code:
define(“CO”, “The Johnson Group”);
define(“AD”, “Your MIS solution”);
echo(CO);
When this code is run, what does the browser display?
A.
“Your MIS solution”
B.
“The Johnson Group”
C.
“Define CO”
D.
“echo”