P
Q. What will be the output of the following PHP code ?
<?php switch($k) { case 2: print "First"; break; case k: print "Second"; break; } ?>
Case cannot be defined by a variable.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. POSIX stands for _________________?
Q. Which is the correct syntax of defining a default argument value in PHP?
Q. What will be the output of the following PHP code?
Q. what is the output of below program?
Q. Which PHP function modifies the timestamp?
Q. What will be the output of the following PHP code ?
Q. What is the difference between Indexed array and Associative array in PHP?
Q. Thre are ______ level of error in PHP?
Discusssion
Login to discuss.