Advertisement
tuldok89

Test PHP

May 8th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php header("Content-Type: application/xhtml+xml"); ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.     <head>
  6.         <title>Hello</title>
  7.         <link rel="stylesheet" type="text/css" href="common.css" />
  8.     </head>
  9.     <body>
  10.         <h1><?php echo "Hello, World!"; ?></h1>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement