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
Be the first to start discuss.
Q. What will be the output of the following PHP code ?
Q. Which one the following comment is invalid in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to add days, months, years, hours, minutes, and seconds to a date?
Q. Which of the following built-in functions allow us to get the previous element in an array?
Q. ______ symbol is a newline character.
Q. _______ is the PHP functions which is used to find files.
Q. Which of the functions is used to sort an array in descending order?
Discusssion
Login to discuss.