1.

What will be the output of the following PHP code ?
<?php
$num = range(0, 6);
print_r ($num);
?>

A. None of these
Answer» B.


Discussion

No Comment Found

Related MCQs