J
Q. What will be the output of the following PHP code ?
<?php $num = 1; if ($num--) print "False"; if ($num++) print "True"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Thre are ______ level of error in PHP?
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 will be the output of the following PHP code ?
Q. What is the result of the following PHP code?
Q. --------is a method of accessing database data using object-oriented syntax instead of using SQL
Q. Which the following declarations are correct to create an array in PHP?
Q. You can test the type of any variable with the ..... function.
Discusssion
Login to discuss.