Guest User

Untitled

a guest
Jul 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $dbservername = "localhost";
  2. $dbusername = "postgres";
  3.  
  4. $dbname = "asistencia";
  5. $dbpassword = "123456";
  6.  
  7. $puerto = "5432";
  8.  
  9.  
  10. $con=pg_connect("host=localhost, dbname=asistencia, user=postgres, $dbname, $dbpassword");
Add Comment
Please, Sign In to add comment