first commit
This commit is contained in:
14
app/koneksi.php
Normal file
14
app/koneksi.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
$conn = pg_connect("host=localhost port=5432 dbname=simdistu user='postgres'
|
||||
password='rumbuk'");
|
||||
|
||||
|
||||
if ($conn->connect_error) {
|
||||
die("Connection failed: " . $con->connect_error);
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user