Display strings with the print command


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 157 Bytes

HITS: 288

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. print "<h2>PHP is Fun!</h2>";
  6. print "Hello world!<br>";
  7. print "I'm about to learn PHP!";
  8. ?>
  9. </body>
  10. </html>

comments powered by Disqus