J
Q. What will be the output of the following PHP code ?
<?php $p = 20; if ($p = $p&0) print $p ; else print "Executed..."; ?>
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. Say we have two compare two strings which of the following function/functions can you use?
Q. What will be the output of the following PHP code ?
Q. If you want to check if a string is equal to another string which function you can use?
Q. What will be the output of the following PHP code?
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. Which loop statement is used to loop through a block of code for each element in an array?
Discusssion
Login to discuss.