Saved Bookmarks
| 1. |
What will be the output of the following PHP code?<?php$a = “”;if ($a)print “all”;ifelseprint “some”;?>(a) all (b) some (c) error(d) no output |
|
Answer» Correct Answer is: (c) error |
|