R
Q. What will be the output of the following PHP code ?
<?php define("FIRST_NAME", "Ajit"); define("LAST_NAME", FIRST_NAME); echo FIRST_NAME; echo LAST_NAME; ?>
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. 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. Which of the following is/are the code editors in PHP?
Q. What will be the output of the following PHP code?
Q. If your object need to inherit behavior from different sources you should use _________
Q. What should be the correct syntax to write a PHP code?
Q. Which of the following function is used to unset a variable in PHP?
Discusssion
Login to discuss.