What will be the output of the following PHP code ?
<?php
define("GREETING", "PHP is a scripting language", true);
echo GREETING;
echo "<br>"
echo GREETING;
?>
- PHP is a scripting language
- GREETING
GREEtING
- GREETING
- PHP is a scripting language
PHP is a scripting language
(d).PHP is a scripting language
need an explanation for this answer? contact us directly to get an explanation for this answerPHP is a scripting language