Guest User

Untitled

a guest
Jul 30th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $connection = pg_connect ("host=localhost dbname=survey user=postgres password=linux101114");
  2. if($connection) {
  3. echo 'connected';
  4. } else {
  5. echo 'there has been an error connecting';
  6. }
Add Comment
Please, Sign In to add comment