Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $conn = pgconnect ("host = localhost dbname = sign_in user = postgre password = 123456");
  3. if (!$conn){
  4. Echo "ERROR";
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement