Advertisement
virtualideaz

helloworld.php

Apr 4th, 2015
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>basic php</title>
  4. </head>
  5.  
  6. <body>
  7. <?
  8. echo "Hello World!";
  9. ?>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement