Home / Programming MCQs / PHP MCQs / Question
R
Q. what is the output of below program?
<?php $a = 10; $b = $a>2?"Hi":"Bye"; echo "$b"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
A------is a platform to create PHP web applications
What will be the output of the following PHP code ?
what is the output of below program?
Which one the following comment is invalid in PHP?
Output of the following PHP code?
what is the output of below program?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Which of the following is/are a PHP code editor? 1. Notepad 2. Notepad++ 3. Adobe Dreamweaver 4. PDT
Discusssion
Login to discuss.