Case-sensitive constant name


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 8:27 p.m.

FORMAT: Text only

SIZE: 164 Bytes

HITS: 396

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. // case-sensitive constant name
  6. define("GREETING", "Welcome to W3Schools.com!");
  7. echo GREETING;
  8. ?>
  9. </body>
  10. </html>

comments powered by Disqus