1.

What will be the output of the following PHP code ?
<?php
$m = 31, 14, 15, 61;
echo "$m";
?>

A. Nothing
B. Error
C. 61
D. 31
E. None of these
Answer» C. 61


Discussion

No Comment Found

Related MCQs