J
Q. What will be the output of the following PHP code ?
<?php $num1 = 25; $num2 = 27; if ($num1 > $num2 && 1||1) print "Jitendra" ; else print "Majumdar"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Login to discuss.
This is good question
Q. What is the use of PHP $_SERVER variable?
Q. What will be the output of the following PHP code ?
Q. Laravel,Symfony,CodeIgniter,Zend are the example of PHP frameworks.
Q. ----------- helps to developed web page using a PHP framework.
Q. What is the result of the following PHP code?
Q. In PHP which of the following magic method is used for implementing overloading?
Narendra · 3 y