Q:

What will be the output of the following PHP code ?

0

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;
?>

  1. PHP is a scripting language
  2. GREETING
    GREEtING
  3. GREETING
  4. PHP is a scripting language
    PHP is a scripting language

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).PHP is a scripting language
PHP is a scripting language

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now