PHP CODE SAMPLE EASY


SUBMITTED BY: nguyenthang338

DATE: Feb. 19, 2016, 5:21 a.m.

FORMAT: PHP

SIZE: 94 Bytes

HITS: 941

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

comments powered by Disqus