M
Q. What will be the output of the following PHP code ?
<?php $m = 10; $n = 11; $s = 12; print !(($m + $s) < ($n - $s)); ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following PHP code ?
Q. Which of the following built-in functions is used to add a value to the end of an array?
Q. Which method sends input to a script via a URL?
Q. Which of the following is the default file extension of PHP files?
Q. If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
Q. ______ symbol is a newline character.
Q. Which PHP global variable is used to collect data after submitting an HTML form?
Q. what is the output of below program?
Discusssion
Login to discuss.