Untitled


SUBMITTED BY: Guest

DATE: Nov. 29, 2013, 9:20 p.m.

FORMAT: Text only

SIZE: 313 Bytes

HITS: 1334

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>Example</title>
  6. </head>
  7. <body>
  8. <?php
  9. echo "Hi, I'm a PHP script!";
  10. ?>
  11. </body>
  12. </html>

comments powered by Disqus