Advertisement
Guest User

Untitled

a guest
May 27th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. $ cat test
  2. <?php
  3.  
  4. $res = pg_connect ( "host=localhost port=5432 dbname=wakacje user=perwejnis password=*****" );
  5. var_dump ( $res );
  6.  
  7. ?>
  8.  
  9. $ php test
  10. resource(4) of type (pgsql link)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement