Advertisement
wclendining

PHP-simple

Mar 15th, 2015
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement