S
Q. What will be the output of the following PHP code ?
<?php $emp = array("Neha", "Sumi", "Abhay", "Krishna"); for ($z = 0; $z < count($emp); $z) { if ($emp[$z++] == "Abhay") continue; printf ($emp[$z]); } ?>
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 function is used for testing the type of PHP variable?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. What is the result of the following PHP code?
Q. what is the output of below program?
Q. What is the result of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. PHP runs on which platform?
Q. A function in PHP which starts with __ (double underscore) is known as __________ .
Discusssion
Login to discuss.