Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. class connect_bd
  4. {
  5.     function connect()
  6.     {
  7.         $connect = pg_connect("host=localhost port=5432 dbname=weapon user=arakul password=1111") or die("dsfsdfg");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement