P
Q. What is the result of the following PHP code?
<?php $nbr = range(0, 2); print_r ($nbr); ?>
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. Find correct way of declaring variables:
Q. In PHP all variables must begin with a dollar sign character?
Q. What is the search pattern to find any character from the range 5 to 8?
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 complete syntax of PHP date() function?
Q. Which is/are statement(s) true about PHP?
Discusssion
Login to discuss.