B
Q. What will be the output of the following PHP code ?
<?php $num = 10; $num = ($num + 15)++; echo $num; ?>
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. How many approaches you can use to create a string in PHP?
Q. Controller functions are used to access and update the database in php framework.
Q. In which version of PHP E_STRICT Error level is introduced ?
Q. Does PHP support multiple inheritances?
Q. What will be the output of the following PHP code ?
Q. Which of the below symbols is a newline character?
Discusssion
Login to discuss.