A
Q. What will be the output of the following PHP code?
Code:
<?php
define("GREETING", "PHP is a scripting language");
echo $GREETING;
?>
define("GREETING", "PHP is a scripting language");
echo $GREETING;
?>
- Correct Answer - Option(B)
- Views: 3
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.