R
Q. What will be the output of the following PHP code ?
<?php define("__LINE__", "PHP is a scripting language"); echo __LINE__; ?>
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. Which is the right way of declaring a variable in PHP?
Q. Which sign is used to access variable of variable in PHP?
Q. What does SPL stands for in Php?
Q. Which of the following PHP functions accepts any number of parameters?
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. We can use _________ to comment a single line? 1. /? 2. // 3. # 4. /* */
Discusssion
Login to discuss.