B
Q. What will be the output of the following PHP code ?
<?php $p = 3; $q = 4; $r = $p++ + ++$q; echo $r; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Which among the following is/are not a metacharacter?
Q. Controller functions are used to access and update the database in php framework.
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. The term PHP is an acronym for PHP:_______________.
Q. Object are created using _______ keyword?
Q. In which year PHP was developed?
Q. what is the output of below program?
Q. PHP has long supported two regular expression implementations known as _______ and _______.
Discusssion
Login to discuss.