Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: PHP  |  size: 0.14 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.  <head>
  3.   <title>PHP Test</title>
  4.  </head>
  5.  <body>
  6.   <p>This is an HTML line</p>
  7.    <?php
  8.   phpinfo();
  9.    ?>
  10.  </body>
  11. </html>