Create a function


SUBMITTED BY: henry1874w

DATE: June 12, 2017, 4:17 p.m.

FORMAT: Text only

SIZE: 131 Bytes

HITS: 365

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. function writeMsg() {
  6. echo "Hello world!";
  7. }
  8. writeMsg();
  9. ?>
  10. </body>
  11. </html>

comments powered by Disqus