R
Q. what is the output of below program?
<?php $a = 10 + 10 * (2 + 3) / 3+ 1; echo "$a"; ?>
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 is used to convert hexadecimal values to the ASCII characters?
Q. Which of the following is the correct way to add a comment in PHP code?
Q. What will be the output of the following PHP code ?
Q. what is the output of below program?
Q. What will be the output of the following PHP code?
Q. Output of the following PHP code?
Q. If your object must inherit behavior from a number of sources you must use a/an
Q. PHP has long supported two regular expression implementations known as _______ and _______.
Discusssion
Login to discuss.