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?

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”



Leave a Reply 0

Your email address will not be published. Required fields are marked *