Y
Q. What will be the output of the following PHP code?
<?php function constant() { define("GREETING", "Welcome to Narnia",true); echo greeting; } ?>
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. ______ is used to unset a variable in PHP ?
Q. In PHP all variables must begin with a dollar sign character?
Q. What does SPL stands for in Php?
Q. What will be the output of the following PHP code ?
Q. The term PHP is an acronym for PHP:_______________.
Q. Which sign is used to declare variables in PHP?
Q. What will be the output of the following PHP code ?
Q. Which of the following PHP functions can be used for generating unique ids?
Discusssion
Login to discuss.