6. What will be the output of the following PHP
code?
<?php
$a = "
if ($a)
print "all"
if
else
print "some"
?>
(a) all
(b) some
(c) error
(d) no output
Answers
Answered by
0
Answer:
I think it's answer is à all
Similar questions