R
Q. What will be the output of the following PHP code?
<?php $x = 10; $y = 20; if ($x > $y && 1||1) print "1000 PHP MCQ" ; else print "Welcome to McqBuddy"; ?>
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 is the result of the following PHP code?
Q. Correct syntax to print "Hello" in PHP
Q. Which method is used to check the validation of a email address?
Q. What will be the output of the following PHP code ?
Q. Which PHP statement is used to select one of many blocks of code to be executed?
Q. Controller functions are used to access and update the database in php framework.
Q. What will be the output of the following PHP code?
Discusssion
Login to discuss.