Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <!doctype html>
  2. <head>
  3. <meta charset = "utf-8" />
  4. <title>Lista Zakupów </title>
  5. </head>
  6. <body>
  7. <?php
  8.  
  9.     require_once('./engine.php');
  10.    
  11.     $lz = new listaZakupow('127.0.0.1', 'root', '', 'lista_zakupow');
  12.  
  13. ?>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement