<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>Poczenie z serwerem bazy danych programu Microsoft SQL Server 
  z poziomu skryptu PHP</title>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
  <link href="style.css" type="text/css" rel="stylesheet" />
</head>

<body>
  <div id="wyrownanie_do_srodka">
    <h1>
      <?php 
        require_once('nazwa_programu.php');
      ?>
    </h1>

    <!-- 
      kod XHTML skryptu PHP
    -->  

    </div></body></html>