Consider the following PHP code:
$gms = “Global MIS Solutions”; echo (substr($gms, 7));
This code should display which of the following outputs?
A.
“MIS Solutions”
B.
“Global MIS So”
C.
“Global”
D.
“Global MIS Solutions”
Consider the following PHP code:
$gms = “Global MIS Solutions”; echo (substr($gms, 7));
This code should display which of the following outputs?
Consider the following PHP code:
$gms = “Global MIS Solutions”; echo (substr($gms, 7));
This code should display which of the following outputs?
A.
“MIS Solutions”
B.
“Global MIS So”
C.
“Global”
D.
“Global MIS Solutions”