Guest User

connect.php

a guest
Jun 16th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3.     $host = "localhost";
  4.     $dbuser = "root";
  5.     $dbpass = "";
  6.     $dbname = "osadnicy";
  7.  
  8. ?>
Add Comment
Please, Sign In to add comment