Keywords, classes, functions, and user-defined functions ARE NOT case-sensitive


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 7:26 p.m.

FORMAT: Text only

SIZE: 143 Bytes

HITS: 340

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. ECHO "Hello World!<br>";
  6. echo "Hello World!<br>";
  7. EcHo "Hello World!<br>";
  8. ?>
  9. </body>
  10. </html>

comments powered by Disqus