R
Q. What will be the output of the following PHP code?
<?php $x = 10; $y = 20; if ($x > $y && 1||1) print "PHP MCQ" ; else print "Welcome to MCQ Buddy"; ?>
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 function converts a string of ASCII characters to hexadecimal values?
Q. To call more than one function of the class in single instruction_______ is uesd?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Say we have two compare two strings which of the following function/functions can you use?
Discusssion
Login to discuss.