Guest User

Untitled

a guest
Dec 8th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function db_connect()
  2. {
  3. $conn = pg_connect("host=127.0.0.1 dbname=group05_db user=group05_admin password=mudkip" );
  4. return $conn;
  5. }
Add Comment
Please, Sign In to add comment