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. Which function is used to convert hexadecimal values to the ASCII characters?
Q. Which one of the following function is used to capitalize first letter of each word in a string?
Q. Which of the following is the default file extension of PHP?
Q. Which is not a specific keywords in exception handling?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the correct way to print "Hello World" in PHP?
Q. ----------- helps to developed web page using a PHP framework.
Discusssion
Login to discuss.