Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php for ($num = 1; $num <= 5; $num++) { echo "The number is: $num \n"; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
To tweak an object’s cloning behavior what method is used?
Which PHP function modifies the timestamp?
Which version of php introduced try/catch exception?
Which is the correct PHP statement to print the current date in DD-MON-YYY format?
What is the result of the following PHP code?
A sequence of characters that is processed as a unit is called _____
What will be the output of the following PHP code ?
Which of the following is the correct way to create an array in PHP?
Which is/are the function(s) to check if a numeric value is finite or infinite?
Discusssion
Login to discuss.