Write text to the output using PHP


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 117 Bytes

HITS: 408

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h1>My first PHP page</h1>
  5. <?php
  6. echo "Hello World!";
  7. ?>
  8. </body>
  9. </html>

comments powered by Disqus