J
Q. What will be the output of the following PHP code ?
<?php $t = 20; do { $t++; } while ($t < 60); print $t; ?>
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 is/are statement(s) true about PHP?
Q. What will be the output of the following PHP code ?
Q. Which keyword is used to define a function in PHP?
Q. Which PHP function is used to get one or more random keys from an array?
Q. What will be the output of the following PHP program?
Q. Which is not a valid variable scope in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.